This website requires JavaScript.
Explore
Help
Register
Sign In
schedulord
/
schedulord-discordbot
Watch
3
Star
0
Fork
0
You've already forked schedulord-discordbot
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
450a986494
schedulord-discordbot
/
Dockerfile
5 lines
100 B
Docker
Raw
Normal View
History
Unescape
Escape
Initial Commit
2022-06-08 14:04:45 +00:00
# syntax=docker/dockerfile:1
FROM
node:12-alpine
COPY
. .
updated
2022-06-09 14:41:31 +00:00
RUN
npm install
CMD
[
"node"
,
"./index.js"
]
Reference in New Issue
Copy Permalink