Upload dockerfile
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
FROM node:lts
|
||||
|
||||
RUN git clone 'https://github.com/Legonzaur/goobot' /data
|
||||
RUN ls /data
|
||||
WORKDIR /data/goobot
|
||||
RUN npm ci
|
||||
# Currently fails because config json should be set as env variables
|
||||
RUN npm run build
|
||||
|
||||
ENTRYPOINT ["npm", "run", "start"]
|
||||
Reference in New Issue
Block a user