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 3fd9191 commit 3ad97cfCopy full SHA for 3ad97cf
2 files changed
ui/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:24@sha256:00e9195ebd49985a6da8921f419978d85dfe354589755192dc090425ce4da2f7 AS build
+FROM node:24@sha256:bb20cf73b3ad7212834ec48e2174cdcb5775f6550510a5336b842ae32741ce6c AS build
2
WORKDIR /app
3
COPY package.json yarn.lock ./
4
RUN yarn install --frozen-lockfile
@@ -7,7 +7,7 @@ ARG API_BASE_URL
7
ENV VITE_API_BASE_URL=$API_BASE_URL
8
RUN yarn build
9
10
-FROM nginx:stable-alpine@sha256:15e96e59aa3b0aada3a121296e3bce117721f42d88f5f64217ef4b18f458c6ab
+FROM nginx:stable-alpine@sha256:a8b39bd9cf0f83869a2162827a0caf6137ddf759d50a171451b335cecc87d236
11
WORKDIR /usr/share/nginx/html
12
COPY default.conf /etc/nginx/conf.d/default.conf
13
RUN rm -rf ./*
0 commit comments