Browse Source

Fix Dockerfile

Without this file change, you'll get the following error:

```
No such file or directory
```
Nicolas Dorier 6 years ago
parent
commit
6dd3ad420e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -6,4 +6,4 @@ EXPOSE 3000
 COPY . /slack-invite-automation
 WORKDIR /slack-invite-automation
 RUN npm install
-CMD ./bin/www
+CMD node ./bin/www