diff --git a/Dockerfile b/Dockerfile index da5ce4d..d4b526e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ RUN chmod +x /etc/services.d/backupbot/run # Copy web frontend COPY web /defaults/web -RUN chmod +x /defaults/web/backupbot.cgi +RUN chmod +x /defaults/web/cgi-bin/backupbot.cgi # Expose web frontend port EXPOSE 8080 diff --git a/web/backupbot.cgi b/web/cgi-bin/backupbot.cgi similarity index 100% rename from web/backupbot.cgi rename to web/cgi-bin/backupbot.cgi diff --git a/web/index.html b/web/index.html index f7cc481..c31c7c0 100644 --- a/web/index.html +++ b/web/index.html @@ -62,7 +62,7 @@