diff --git a/Dockerfile b/Dockerfile index 0078d5b..247bf8f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,6 +22,9 @@ RUN pip install -r requirements.txt COPY . . +# Link app blueprints into the shared library's namespace +RUN ln -s /app/bp /app/shared_lib/suma_browser/app/bp + # ---------- Runtime setup ---------- COPY entrypoint.sh /usr/local/bin/entrypoint.sh RUN chmod +x /usr/local/bin/entrypoint.sh