suppression reverse proxy (pour utiliser celui de rezel), maj node et netoyage

This commit is contained in:
Mathieu Oriol
2024-09-09 16:56:47 +02:00
parent 0921cfa54c
commit b3619c7380
3 changed files with 10 additions and 27 deletions

View File

@@ -1,5 +1,5 @@
# Use Node 16 alpine as parent image
FROM node:16-alpine
# Use Node 20 alpine as parent image
FROM node:20-alpine
# Change the working directory on the Docker image to /app
WORKDIR /app