summaryrefslogtreecommitdiff
path: root/Dockerfile.production
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile.production')
-rw-r--r--Dockerfile.production2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.production b/Dockerfile.production
index 3003497..477e508 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
2FROM node:17-buster AS static_web_assets_build 2FROM node:18-buster AS static_web_assets_build
3WORKDIR /var/www/mat2-web 3WORKDIR /var/www/mat2-web
4COPY . /var/www/mat2-web 4COPY . /var/www/mat2-web
5RUN npm install \ 5RUN npm install \