Add print-hash.py to Dockerfile

This commit is contained in:
meowmeowcat 2022-01-08 12:14:48 +08:00
parent 77ee113713
commit fc71be69fe

View file

@ -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"]