Skip to content

Commit

Permalink
fix: rename explorer.html to index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed Apr 16, 2024
1 parent 94b5493 commit 6cd8d77
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -2,7 +2,7 @@
FROM nginx:latest

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

# Expose port 80 for web traffic
Expand Down
File renamed without changes.

0 comments on commit 6cd8d77

Please sign in to comment.