uodate nginx

This commit is contained in:
Alie 2024-12-09 10:33:07 +01:00
parent cdd3d58b09
commit 7ebb596e83
2 changed files with 1 additions and 15 deletions

View File

@ -5,5 +5,5 @@ RUN cd /temp/prod && npm install --frozen-lockfile
COPY . /temp/prod/
RUN cd /temp/prod && npm run build
FROM nginx AS release
FROM nginx:1-alpine3.20-slim AS release
COPY --from=install /temp/prod/dist /usr/share/nginx/html

14
package-lock.json generated
View File

@ -225,20 +225,6 @@
"@esbuild/win32-x64": "0.24.0"
}
},
"node_modules/fsevents": {
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
"hasInstallScript": true,
"license": "MIT",
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
}
},
"node_modules/nanoid": {
"version": "3.3.8",
"funding": [