Skip to content

Commit

Permalink
minor: add media into docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
narasux committed Sep 20, 2023
1 parent 700dc8b commit 9877b0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bk-user/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN poetry config virtualenvs.create false && poetry install --only main

COPY src/bk-user/bkuser /app/bkuser
COPY src/bk-user/bin /app/bin
COPY src/bk-user/media /app/media
COPY src/bk-user/manage.py /app

COPY --from=StaticBuilding /dist /app/staticfiles
Expand Down

0 comments on commit 9877b0b

Please sign in to comment.