mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-27 10:16:16 -04:00
edit Dockerfile to enable setting npm flags with docker run
This commit is contained in:
parent
c8ec8b4ede
commit
bac272c0f3
2 changed files with 7 additions and 3 deletions
|
@ -9,5 +9,3 @@ RUN npm ci
|
|||
COPY . .
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
CMD [ "npm", "run", "start:prod" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue