Skip to content

Commit

Permalink
Update Dockerfile, add version check for Hugo
Browse files Browse the repository at this point in the history
  • Loading branch information
stitts-dev committed May 24, 2024
1 parent 92579c2 commit 3a8a0ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FROM nginx:alpine
COPY --from=builder /app/public /usr/share/nginx/html

# Expose port 80
EXPOSE 6969
EXPOSE 80

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

0 comments on commit 3a8a0ad

Please sign in to comment.