edit Dockerfile to enable setting npm flags with docker run

This commit is contained in:
schlagmichdoch 2023-02-14 01:16:25 +01:00
parent c8ec8b4ede
commit bac272c0f3
2 changed files with 7 additions and 3 deletions

View file

@ -9,5 +9,3 @@ RUN npm ci
COPY . .
EXPOSE 3000
CMD [ "npm", "run", "start:prod" ]