We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01dbb86 commit a34b16dCopy full SHA for a34b16d
Dockerfile
@@ -1,11 +1,11 @@
1
-FROM node:20-alpine as build
+FROM node:lts-alpine AS build
2
3
WORKDIR /app
4
ADD webapp .
5
RUN npm install
6
RUN npm run build
7
8
-FROM nginx:alpine as serve
+FROM nginx:stable-alpine-slim AS serve
9
COPY scripts/docker/docker_nginx.conf /etc/nginx/conf.d/default.conf
10
11
WORKDIR /usr/share/nginx/html
webapp/package.json
@@ -1,6 +1,6 @@
{
"name": "webapp",
- "version": "2025.05.22-1",
+ "version": "2025.06.08",
"scripts": {
"ng": "ng",
"start": "ng serve",
0 commit comments