Skip to content

Commit

Permalink
update ref from builder
Browse files Browse the repository at this point in the history
  • Loading branch information
SonOfLope committed Nov 10, 2024
1 parent f5e4eb7 commit ecfddd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ FROM bitnami/nginx:1.27.2
COPY --from=builder /app/site/fr /app/fr/
COPY --from=builder /app/site/en /app/en/

COPY --from=builder nginx-server-block.conf /opt/bitnami/nginx/conf/server_blocks/wiki_server_block.conf
COPY --from=builder /app/nginx-server-block.conf /opt/bitnami/nginx/conf/server_blocks/wiki_server_block.conf

EXPOSE 8080

0 comments on commit ecfddd2

Please sign in to comment.