fix Dockerfile

This commit is contained in:
schlagmichdoch 2023-02-12 02:39:15 +01:00
parent 6b7e1bba54
commit 7facac9345

View file

@ -10,4 +10,4 @@ COPY . .
EXPOSE 3000
RUN npm start:prod
CMD [ "npm", "run", "start:prod" ]