This website requires JavaScript.
Explore
Help
Sign In
keanucode
/
TravBot-v3
Watch
1
Star
0
Fork
You've already forked TravBot-v3
0
mirror of
https://github.com/keanuplayz/TravBot-v3.git
synced
2024-08-15 02:33:12 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
2960639dbd
TravBot-v3
/
Dockerfile
9 lines
86 B
Docker
Raw
Normal View
History
Unescape
Escape
Attempt #1 at adding Docker.
2020-08-31 19:15:41 +00:00
FROM
node:current-alpine
COPY
. .
Added missing npm i to Dockerfile.
2020-08-31 19:18:44 +00:00
RUN
npm i
Attempt #1 at adding Docker.
2020-08-31 19:15:41 +00:00
RUN
npm run build
CMD
[
"npm"
,
"start"
]
Reference in a new issue
Copy permalink