This website requires JavaScript.
Explore
Help
Sign In
StrafesNET
/
maptest-bot
Watch
3
Fork
0
You've already forked maptest-bot
Code
Issues
Pull Requests
Releases
Activity
3a167cf686
maptest-bot
/
Dockerfile
9 lines
89 B
Docker
Raw
Normal View
History
Unescape
Escape
Add CI files
2022-06-18 03:26:52 +00:00
FROM
node:18-alpine
COPY
./ /app
WORKDIR
/app
RUN
npm install
Revert "if at first you fail try again" This reverts commit 29d3299693d1324cb1fdc8d03ecf7b88c7e7ce60.
2024-04-18 22:07:02 +00:00
CMD
[
"node"
,
"bot.js"
]
Reference in New Issue
Copy Permalink