Modify Dockerfile2

pull/1076/head
Dmitry Pavlov 5 years ago
parent cee675af2e
commit 61322e52d9

@ -8,5 +8,7 @@ WORKDIR /usr/src/diagrams
RUN /root/.local/bin/poetry build RUN /root/.local/bin/poetry build
RUN curl -v -u deployment:deployment123 --upload-file dist/diagrams-0.16.0-py3-none-any.whl https://nexus.flocktory.com/nexus/content/repositories/releases/python/diagrams-0.16.0-py3-none-any.whl RUN curl -v -u deployment:deployment123\
--upload-file dist/diagrams-0.16.0-py3-none-any.whl\
https://nexus.flocktory.com/nexus/content/repositories/snapshots/python/diagrams-0.16.0-py3-none-any.whl

Loading…
Cancel
Save