Updated docker files

This commit is contained in:
2023-08-30 11:15:52 +02:00
parent 4a3c2b3fa7
commit 593f5544f7
2 changed files with 5 additions and 4 deletions

View File

@@ -2,10 +2,8 @@ FROM node:19.8.1-alpine
COPY . /app
RUN rm -rf /app/.env
WORKDIR /app
RUN npm install
CMD ["node", "index.js"]
CMD ["node", "index.js"]