Merge branch 'dev' into 'main'

Updated docker files

See merge request illegitimate/illegitimate-bot!17
This commit is contained in:
2023-08-30 09:14:56 +00:00
2 changed files with 5 additions and 4 deletions
+4 -1
View File
@@ -1 +1,4 @@
node_modules/*
node_modules/*
scripts/*
package-lock.json
.env
+1 -3
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"]