Skip to content

Commit

Permalink
ci: fix nginx dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Soulike committed Apr 5, 2024
1 parent 57ab54e commit 05cd123
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# If you need more help, visit the Dockerfile reference guide at
# https://docs.docker.com/go/dockerfile-reference/

FROM nginx:stable-alpine as website-nginx
FROM nginx:stable-alpine AS base

FROM base AS website-nginx
WORKDIR /
COPY ./configurations /etc/nginx

0 comments on commit 05cd123

Please sign in to comment.