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 614a443 commit 51a8c25Copy full SHA for 51a8c25
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:16-alpine as build
+FROM node:22-alpine as build
2
3
# Copy source code
4
COPY . /src/openeo-web-editor
@@ -9,5 +9,5 @@ RUN npm install
9
RUN npm run build
10
11
# Copy build folder and run with nginx
12
-FROM nginx:1.20.1-alpine
+FROM nginx:1.28.0-alpine
13
COPY --from=build /src/openeo-web-editor/dist /usr/share/nginx/html
0 commit comments