Merge branch 'dev' into 'main'

Updated docker build file

See merge request illegitimate/illegitimate-bot!97
This commit is contained in:
2023-11-27 12:26:53 +00:00
2 changed files with 11 additions and 3 deletions

View File

@@ -1,5 +1,13 @@
node_modules/* node_modules
scripts/* scripts
.git
package-lock.json package-lock.json
.env .env
.env.example
.clang-format .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 COPY . /app