Use older python directories for now
This commit is contained in:
parent
fd5f910ac0
commit
b8a9d885f5
1 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +50,7 @@ RUN mkdir /app/logs
|
|||
RUN mkdir /app/media
|
||||
RUN mkdir /app/bin
|
||||
|
||||
COPY --from=backend /usr/local/lib/python3.11 /usr/local/lib/python3.11
|
||||
COPY --from=backend /usr/local/lib/python3.9 /usr/local/lib/python3.9
|
||||
COPY --from=backend /usr/local/bin/gunicorn /usr/local/bin/gunicorn
|
||||
COPY --from=backend /usr/local/bin/celery /usr/local/bin/celery
|
||||
COPY --from=backend /app/src/ /app/src/
|
||||
|
|
@ -93,7 +93,7 @@ RUN mkdir /app/bin
|
|||
|
||||
COPY ./requirements /app/requirements
|
||||
COPY ./bin/docker-entrypoint.sh /app/bin/docker-entrypoint.sh
|
||||
COPY --from=backend /usr/local/lib/python3.11 /usr/local/lib/python3.11
|
||||
COPY --from=backend /usr/local/lib/python3.9 /usr/local/lib/python3.9
|
||||
COPY --from=backend /usr/local/bin/celery /usr/local/bin/celery
|
||||
COPY --from=backend /app/src/ /app/src/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue