Skip to content

Commit

Permalink
Fix: nginx not running
Browse files Browse the repository at this point in the history
  • Loading branch information
James Levell committed Jan 26, 2024
1 parent 32f9c4d commit faadd5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ FROM nginx:1.24.0 as release
COPY --from=build nginx.conf /etc/nginx/nginx.conf

EXPOSE 80

CMD ["nginx", "-g", "daemon off;"]

0 comments on commit faadd5e

Please sign in to comment.