Skip to content

Commit

Permalink
fix(python path)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu Bouamama committed Dec 20, 2020
1 parent e443680 commit d6013a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN python setup.py install

FROM bitnami/python:3.9

COPY --from=builder /opt/bitnami/python/lib/python3.8/site-packages /opt/bitnami/python/lib/python3.8/site-packages
COPY --from=builder /opt/bitnami/python/lib/python3.9/site-packages /opt/bitnami/python/lib/python3.9/site-packages
COPY --from=builder /opt/bitnami/python/bin/myjwt /opt/bitnami/python/bin/myjwt
WORKDIR /home

Expand Down

0 comments on commit d6013a0

Please sign in to comment.