summaryrefslogtreecommitdiff
path: root/Dockerfile.production
diff options
context:
space:
mode:
authorjf2022-04-23 17:37:29 +0200
committerjf2022-04-23 17:37:29 +0200
commitfde6a590f5a194989cef1e2c2ff63f92e96d39ee (patch)
treef3fe1c40fdd0a1c1a29535221010d1fb5103e908 /Dockerfile.production
parent466944c2e98390b5311317fef9d317ca12ab7069 (diff)
upgrade to node 18
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 \