mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 07:22:19 +02:00
Add Dockerfile
This commit is contained in:
parent
75075c6fab
commit
2340a82bad
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
FROM node:21
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN npm install
|
||||
EXPOSE 8000
|
||||
CMD [ "npm", "run", "start:dev" ]
|
Loading…
Reference in New Issue
Block a user