Browse Source

Update Dockerfile to match new command format

pull/12/head
Abheek Dhawan 3 years ago
parent
commit
7b9f993d2b
  1. 2
      Dockerfile

2
Dockerfile

@ -1,3 +1,3 @@
FROM node:latest FROM node:latest
RUN npm i -g awscibo RUN npm i -g awscibo
CMD awscibo $BOT_TOKEN CMD awscibo

Loading…
Cancel
Save