Upload logo

This commit is contained in:
2025-02-03 16:11:01 +01:00
parent 0477c8ec44
commit 4fd043ecfb
6 changed files with 17 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ COPY --from=builder /venv /venv
RUN mkdir -p /app
COPY reflector /app/reflector
COPY migrations /app/migrations
COPY images /app/images
COPY alembic.ini runserver.sh /app/
WORKDIR /app
CMD ["./runserver.sh"]