diff --git a/Dockerfile b/Dockerfile index 8830069..8bbdbbf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ 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 +RUN rm -rf /app/shared_lib/suma_browser/app/bp && ln -s /app/bp /app/shared_lib/suma_browser/app/bp # ---------- Runtime setup ---------- COPY entrypoint.sh /usr/local/bin/entrypoint.sh