We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ee113 commit fc71be6Copy full SHA for fc71be6
Dockerfile
@@ -14,6 +14,7 @@ RUN \
14
WORKDIR /app
15
COPY LICENSE.md .
16
COPY twine-upload.sh .
17
+COPY print-hash.py .
18
19
RUN chmod +x twine-upload.sh
20
ENTRYPOINT ["/app/twine-upload.sh"]
0 commit comments