diff options
| author | jf | 2022-04-23 17:37:29 +0200 |
|---|---|---|
| committer | jf | 2022-04-23 17:37:29 +0200 |
| commit | fde6a590f5a194989cef1e2c2ff63f92e96d39ee (patch) | |
| tree | f3fe1c40fdd0a1c1a29535221010d1fb5103e908 /Dockerfile.production | |
| parent | 466944c2e98390b5311317fef9d317ca12ab7069 (diff) | |
upgrade to node 18
Diffstat (limited to 'Dockerfile.production')
| -rw-r--r-- | Dockerfile.production | 2 |
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 |
| 2 | FROM node:17-buster AS static_web_assets_build | 2 | FROM node:18-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 \ |
