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.
bc5eac5
0a399eb
1 parent c79d132 commit 09b2d05Copy full SHA for 09b2d05
Dockerfile
@@ -5,7 +5,7 @@ RUN npm ci
5
COPY ./ .
6
RUN npm run build
7
8
-FROM nginx@sha256:bc5eac5eafc581aeda3008b4b1f07ebba230de2f27d47767129a6a905c84f470 as production-stage
+FROM nginx@sha256:0a399eb16751829e1af26fea27b20c3ec28d7ab1fb72182879dcae1cca21206a as production-stage
9
RUN mkdir /app
10
COPY --from=build-stage /app/dist /app
11
COPY nginx.crt /etc/ssl/
0 commit comments