Skip to content

Commit fc71be6

Browse files
committed
Add print-hash.py to Dockerfile
1 parent 77ee113 commit fc71be6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ RUN \
1414
WORKDIR /app
1515
COPY LICENSE.md .
1616
COPY twine-upload.sh .
17+
COPY print-hash.py .
1718

1819
RUN chmod +x twine-upload.sh
1920
ENTRYPOINT ["/app/twine-upload.sh"]

0 commit comments

Comments
 (0)