fixed caddyfile

This commit is contained in:
Arseni
2026-02-25 23:49:18 +03:00
parent ebde599c38
commit 70359916b9
2 changed files with 25 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ WORKDIR /usr/share/pweb
COPY frontend/pweb/entrypoint.sh /entrypoint.sh
COPY frontend/pweb/caddy/Caddyfile /etc/caddy/Caddyfile
COPY --from=web_builder /home/flutteruser/app/pweb/build/web /usr/share/pweb
COPY interface /usr/share/pweb/docs
COPY interface /usr/share/docs
RUN chmod +x /entrypoint.sh