Updating docker build file

This commit is contained in:
2023-04-06 22:10:15 +02:00
parent 39671edbe0
commit 56aa43b58b

View File

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