diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-15 17:17:43 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-15 17:17:43 +0200 |
| commit | ab3e74687ae926c48f3e13e3eb0703af8e0d3961 (patch) | |
| tree | 1a8f69bb3adb26a30ebb1cd4cee4f0f41224f510 | |
| parent | 1e759435cf539a8a422d91e07519c3aa1c5b838e (diff) | |
| download | discordbot-ab3e74687ae926c48f3e13e3eb0703af8e0d3961.tar.gz discordbot-ab3e74687ae926c48f3e13e3eb0703af8e0d3961.zip | |
fix dockerfile
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,4 +6,4 @@ WORKDIR /usr/src/app COPY . /usr/src/app RUN npm install && npm cache clean -CMD ["node", "worker.js"] +CMD ["node", "bot.js"] |
