Browse Source

Merge pull request #113 from NicolasDorier/patch-1

Fix Dockerfile
JeongHoon Byun (aka Outsider) 6 years ago
parent
commit
3633a92280
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