diff --git a/explorer/Dockerfile b/explorer/Dockerfile index 75114600..552d8872 100644 --- a/explorer/Dockerfile +++ b/explorer/Dockerfile @@ -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 diff --git a/explorer/explorer.html b/explorer/index.html similarity index 100% rename from explorer/explorer.html rename to explorer/index.html