We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 509f532 commit 4f8f3aaCopy full SHA for 4f8f3aa
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:e35873a161d0a08cc31e55f160301ad1676eec6d0072d4feccf78b3e7469d3ae 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