Skip to content

Commit

Permalink
fix: added instruction for collecting static resources in Dockerfile (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
rolin999 authored Sep 5, 2024
1 parent 6c2f880 commit 0bbe846
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bk-user/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ COPY src/idp-plugins/idp_plugins /app/bkuser/idp_plugins
COPY --from=StaticBuilding /dist /app/staticfiles
COPY --from=StaticBuilding /dist/index.html /app/templates/index.html

RUN python manage.py collectstatic --noinput

CMD ["bash", "/app/bin/start.sh"]

0 comments on commit 0bbe846

Please sign in to comment.