Skip to content

Commit

Permalink
fix: copy cmd for explorer dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed Apr 15, 2024
1 parent 8bb0c08 commit 0309e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explorer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM nginx:latest
WORKDIR /usr/share/nginx/html

# Copy the contents of your local /explorer folder to the container's working directory
COPY ./. .
COPY ./. /usr/share/nginx/html

# Expose port 80 for web traffic
EXPOSE 80
Expand Down

0 comments on commit 0309e5b

Please sign in to comment.