mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 07:22:19 +02:00
Update Dockerfile
This commit is contained in:
parent
6bfc8323e6
commit
b3804533f3
@ -3,4 +3,4 @@ WORKDIR /app
|
||||
COPY . .
|
||||
RUN npm install
|
||||
EXPOSE 8000
|
||||
CMD [ "npm", "run", "start:dev" ]
|
||||
CMD [ "npm", "run", "start" ]
|
||||
|
Loading…
Reference in New Issue
Block a user