diff --git a/frontend-project/Dockerfile b/frontend-project/Dockerfile index c6c28db99..d94dc39ed 100644 --- a/frontend-project/Dockerfile +++ b/frontend-project/Dockerfile @@ -8,7 +8,7 @@ FROM env AS builder COPY ./ /code RUN yarn && yarn build -FROM nginx:stable-alpine@sha256:ff557e536e5c697c5a28db13ab81bdf9b0c6a20161aa0a46419b9b251872c7df AS prod +FROM nginx:stable-alpine@sha256:638ed4f2782a534a3d887b99875515a7455846ff480b195f3bd5463b462bb512 AS prod COPY ./nginx.conf /etc/nginx/conf.d/default.conf COPY --from=builder /code/dist /usr/share/nginx/html EXPOSE 8000