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

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

View File

@@ -2,8 +2,6 @@ FROM node:19.8.1-alpine
COPY . /app
RUN rm -rf /app/.env
WORKDIR /app
RUN npm install