Skip to content

Commit

Permalink
fix: change index.html to explorer.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed Apr 16, 2024
1 parent c11debe commit 94b5493
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/index.html /usr/share/nginx/html
COPY ../explorer/explorer.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 94b5493

Please sign in to comment.