fix: redirect issue

This commit is contained in:
ahoemann 2025-03-28 10:35:03 +01:00
parent 9dd416f8ab
commit 2f7d0f70e5
3 changed files with 3 additions and 2 deletions

View file

@ -6,7 +6,7 @@ ENV PASTE_DIR=pastes
COPY . .
RUN apk add --no-cache python3 py3-flask py3-waitress cron
RUN apk add --no-cache python3 py3-flask py3-waitress
EXPOSE 8080