Skip to content

Commit

Permalink
patch nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
zganger committed Jun 4, 2024
1 parent a461f9b commit 163322a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile.cloud
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COPY . .

RUN npm run build:${ENV}

FROM nginx:1.21.3
FROM nginx:1.21
COPY --from=builder /app/out /usr/share/nginx/html
COPY --from=builder /app/nginx/default.conf /etc/nginx/conf.d/default.conf
EXPOSE 80

0 comments on commit 163322a

Please sign in to comment.