Updated docker build file

This commit is contained in:
2023-11-27 13:17:11 +01:00
parent 2f31f9afba
commit d122ccbadd
2 changed files with 11 additions and 3 deletions

View File

@@ -1,5 +1,13 @@
node_modules/*
scripts/*
node_modules
scripts
.git
package-lock.json
.env
.env.example
.clang-format
.eslintrc.js
.gitignore
.gitlab-ci.yml
docker-compose.yml
Dockerfile
nodemon.json

View File

@@ -1,4 +1,4 @@
FROM node:19.8.1-alpine
FROM node:20.9.0-alpine3.18
COPY . /app