diff --git a/docker/entrypoints/production_entrypoint.sh b/docker/entrypoints/production_entrypoint.sh index f302e832..a6f218c3 100644 --- a/docker/entrypoints/production_entrypoint.sh +++ b/docker/entrypoints/production_entrypoint.sh @@ -15,6 +15,9 @@ # Exit immediately if a command exits with a non-zero status set -e +# Install Rosemary +pip install -e ./ + # Compile webpack files rosemary webpack:compile