docker hotfix

This commit is contained in:
Stanislaw
2022-06-26 19:48:11 +02:00
parent 9c9f7deac7
commit 2c7d8d6d01
2 changed files with 3 additions and 3 deletions

View File

@@ -3,4 +3,4 @@ FROM node:16.10.0
WORKDIR /app
COPY ./ ./
RUN npm install
CMD ["node", "index.js"]
CMD ["node", "main.js"]