diff options
| -rw-r--r-- | Dockerfile.production | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.production b/Dockerfile.production index f2b6457..6ece810 100644 --- a/Dockerfile.production +++ b/Dockerfile.production | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # Build the needed css files in an intermediate container | 1 | # Build the needed css files in an intermediate container |
| 2 | FROM node:19-buster AS static_web_assets_build | 2 | FROM node:20-buster AS static_web_assets_build |
| 3 | WORKDIR /var/www/mat2-web | 3 | WORKDIR /var/www/mat2-web |
| 4 | COPY . /var/www/mat2-web | 4 | COPY . /var/www/mat2-web |
| 5 | RUN npm install \ | 5 | RUN npm install \ |
