mirror of
https://gitcode.com/gh_mirrors/gh/gh-action-pypi-publish.git
synced 2026-07-02 18:27:49 +00:00
Use relative paths in Dockerfile
This commit is contained in:
committed by
GitHub
parent
bfe363c91d
commit
8225ac386c
+3
-3
@@ -10,8 +10,8 @@ ENV PYTHONUNBUFFERED 1
|
||||
RUN pip install --upgrade --no-cache-dir twine
|
||||
|
||||
WORKDIR /app
|
||||
COPY ./LICENSE.md /app/
|
||||
COPY ./twine-upload.sh /app/
|
||||
COPY LICENSE.md .
|
||||
COPY twine-upload.sh .
|
||||
|
||||
RUN chmod +x /app/twine-upload.sh
|
||||
RUN chmod +x twine-upload.sh
|
||||
ENTRYPOINT ["/app/twine-upload.sh"]
|
||||
|
||||
Reference in New Issue
Block a user