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

View File

@@ -1 +1,4 @@
node_modules/* node_modules/*
scripts/*
package-lock.json
.env

View File

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