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 c2bb55c commit 30e0588Copy full SHA for 30e0588
ui/docker/UI.Dockerfile
@@ -38,7 +38,7 @@ RUN pnpm install --frozen-lockfile
38
RUN pnpm run build
39
40
# Stage 2: Serve the app with nginx.
41
-FROM nginx:1.29-alpine@sha256:9dacca6749f2215cc3094f641c5b6662f7791e66a57ed034e806a7c48d51c18f
+FROM nginx:1.29-alpine@sha256:b3c656d55d7ad751196f21b7fd2e8d4da9cb430e32f646adcf92441b72f82b14
42
43
# Copy the build output to the nginx html directory.
44
COPY --from=build /app/dist /usr/share/nginx/html
0 commit comments