mirror of
https://github.com/Team-Neptune/Korral-JS.git
synced 2024-11-23 04:29:47 +00:00
adding docker file
This commit is contained in:
parent
6572ddd769
commit
89b00e62fb
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM node:latest
|
||||
# Create the directory!
|
||||
RUN mkdir -p /usr/src/korral
|
||||
WORKDIR /usr/src/korral
|
||||
# Our precious bot
|
||||
COPY . /usr/src/korral
|
||||
# Start me!
|
||||
CMD ["npm start"]
|
Loading…
Reference in New Issue
Block a user