Skip to content

Commit

Permalink
fix: static dockerfile does not load packages for now
Browse files Browse the repository at this point in the history
  • Loading branch information
philtweir committed Oct 5, 2024
1 parent 8bc643c commit 1f5f3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.static
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ RUN apt-get update && apt-get -y install python3-libxml2 git
RUN /bin/bash -c ". ../ENV/bin/activate;\
python manage.py createcachetable;\
python manage.py load_ontology -s ${ARCHES_PROJECT}/pkg/ontologies;\
python manage.py packages -o load_package -s ${ARCHES_PROJECT}/pkg/ -y --no-business_data;\
echo 'Need to replace: python manage.py packages -o load_package -s ${ARCHES_PROJECT}/pkg/ -y --no-business_data';\
python manage.py es index_database\
";
COPY ./${ARCHES_PROJECT}/settings.py ${WEB_ROOT}/${ARCHES_PROJECT}/${ARCHES_PROJECT}/settings.py
Expand Down

0 comments on commit 1f5f3bd

Please sign in to comment.