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 0ef7644 commit 3e2bd48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ COPY --from=builder /app/public /usr/share/nginx/site
# Copy custom nginx configuration
COPY nginx.conf /etc/nginx/conf.d/default.conf

# Set permissions
RUN chmod -R 755 /usr/share/nginx/site

# Expose port 80
EXPOSE 80

Expand Down

0 comments on commit 3e2bd48

Please sign in to comment.