Add print-hash.py to Dockerfile
This commit is contained in:
parent
77ee113713
commit
fc71be69fe
|
@ -14,6 +14,7 @@ RUN \
|
|||
WORKDIR /app
|
||||
COPY LICENSE.md .
|
||||
COPY twine-upload.sh .
|
||||
COPY print-hash.py .
|
||||
|
||||
RUN chmod +x twine-upload.sh
|
||||
ENTRYPOINT ["/app/twine-upload.sh"]
|
||||
|
|
Loading…
Reference in New Issue