🐛 Fix flagwaver path configuration in docker image (#5)

This commit is contained in:
2025-12-09 00:17:35 +01:00
committed by GitHub
parent 31c115ed5a
commit fa02d4b3f7
3 changed files with 6 additions and 4 deletions

View File

@@ -43,6 +43,8 @@ RUN pip install $(grep '^playwright==' requirements.txt | tr -d '\\') && playwri
RUN pip install -r requirements.txt
COPY --from=node-base --chown=appuser /app/dist/ ./src/static/flagwaver
ENV FLAGWAVER_PATH=/app/src/static/flagwaver
COPY src/ ./src
USER appuser