Skip to content

Commit

Permalink
wip: force creation of frontend config files
Browse files Browse the repository at this point in the history
  • Loading branch information
philtweir committed Oct 4, 2024
1 parent 1b5b7f3 commit 8bc643c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ WORKDIR ${WEB_ROOT}/${ARCHES_PROJECT}/${ARCHES_PROJECT}
RUN mkdir -p /static_root && chown -R arches /static_root
WORKDIR ${WEB_ROOT}/${ARCHES_PROJECT}
RUN ../entrypoint.sh install_npm_components
RUN . ../ENV/bin/activate && python manage.py
ENTRYPOINT ../entrypoint.sh
CMD run_arches
USER 1000

0 comments on commit 8bc643c

Please sign in to comment.