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 088fdc7 commit 875fd00Copy full SHA for 875fd00
Dockerfile
@@ -7,7 +7,7 @@ RUN yarn install --production
7
COPY . .
8
RUN yarn build
9
10
-FROM nginx:1.25.4-alpine@sha256:6a2f8b28e45c4adea04ec207a251fd4a2df03ddc930f782af51e315ebc76e9a9 as production
+FROM nginx:1.25.4-alpine@sha256:02d8d94023878cedf3e3acc55372932a9ba1478b6e2f3357786d916c2af743ba as production
11
ENV NODE_ENV production
12
COPY --from=builder /app/build /usr/share/nginx/html
13
COPY nginx.conf /etc/nginx/conf.d/default.conf
0 commit comments