diff --git a/Dockerfile b/Dockerfile index c759a9f..bcf2e08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,10 @@ COPY index.html . # Copy the servers.json file # COPY servers.json . +RUN ls -la /root/ + +RUN chmod +x ./manage-servers + # Expose the port the web server listens on EXPOSE 8080