diff --git a/DockerFile b/DockerFile index 9c0ce1d..2668d0b 100644 --- a/DockerFile +++ b/DockerFile @@ -1,5 +1,5 @@ # Use the official Node.js 22 image -FROM node:22 +FROM node:22:alpine # Create and change to the app directory WORKDIR /usr/src/app