We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 509f532 commit 64269e2Copy full SHA for 64269e2
frontend-project/Dockerfile
@@ -8,7 +8,7 @@ FROM env AS builder
8
COPY ./ /code
9
RUN yarn && yarn build
10
11
-FROM nginx:stable-alpine@sha256:ff557e536e5c697c5a28db13ab81bdf9b0c6a20161aa0a46419b9b251872c7df AS prod
+FROM nginx:stable-alpine@sha256:67c129e5545fd0c5fdbaf8e7039b8925d472679e94bd65f2a423578469e16718 AS prod
12
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
13
COPY --from=builder /code/dist /usr/share/nginx/html
14
EXPOSE 8000
0 commit comments