We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df1668f commit 9c2b386Copy full SHA for 9c2b386
1 file changed
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.30-alpine@sha256:2e665dfdd34c48b5a4dec0cf06496743f922a27ca1339273464a3badf916c0ae
+FROM nginx:1.30-alpine@sha256:f60d139a69209d4340f6621fc6a50c9843702214231522a3390432f8db0ed870
42
43
# Copy the build output to a template directory. The entrypoint script will copy the files to /usr/share/nginx/html at
44
# startup, allowing the serving directory to be a writable volume mount.
0 commit comments