Update Dockerfile

This commit is contained in:
Jan Beerbom 2024-04-11 20:27:32 +02:00 committed by GitHub
parent 6bfc8323e6
commit b3804533f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,4 +3,4 @@ WORKDIR /app
COPY . . COPY . .
RUN npm install RUN npm install
EXPOSE 8000 EXPOSE 8000
CMD [ "npm", "run", "start:dev" ] CMD [ "npm", "run", "start" ]