diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,4 +5,4 @@ RUN npm install\ && npm install typescript -g COPY . . RUN tsc -CMD ["node", "./dist/src/index.js"] +CMD ["node", "./dist/index.js"] |
