mirror of
https://github.com/keanuplayz/TravBot-v3.git
synced 2024-08-15 02:33:12 +00:00
9 lines
No EOL
86 B
Docker
9 lines
No EOL
86 B
Docker
FROM node:current-alpine
|
|
|
|
COPY . .
|
|
|
|
RUN npm i
|
|
|
|
RUN npm run build
|
|
|
|
CMD ["npm", "start"] |