Skip to content

Commit

Permalink
Fix: fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
James Levell committed Jun 14, 2024
1 parent 88ca8c2 commit bbfc903
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ FROM nginx:1.25.4 as release

# Path: /etc/nginx/nginx.conf
COPY --from=build nginx.conf /etc/nginx/nginx.conf
COPY html /etc/nginx/html

EXPOSE 80

Expand Down

0 comments on commit bbfc903

Please sign in to comment.