mirror of
https://github.com/keanuplayz/TravBot-v3.git
synced 2026-06-14 23:18:04 +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"] |