Skip to content

Commit

Permalink
fix: path issues fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CS76 committed Sep 11, 2024
1 parent 0ab8a80 commit 2f4d64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/dc-ops/nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM nginx:alpine
RUN rm /etc/nginx/conf.d/default.conf

# Copy custom configuration file from the current directory
COPY ./resources/ops/nginx/default.conf /etc/nginx/conf.d
COPY ./resources/dc-ops/nginx/default.conf /etc/nginx/conf.d

# Expose port 80
EXPOSE 80
Expand Down

0 comments on commit 2f4d64e

Please sign in to comment.