mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-06-29 17:07:20 -04:00
fix dockerfile path
This commit is contained in:
parent
aaa5bd2af2
commit
488e81aad5
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
FROM python:3.13-alpine
|
FROM python:3.13-alpine
|
||||||
|
|
||||||
ADD .artifacts/package/rns-*.whl /tmp/
|
ADD .artifacts/package/dist/rns-*.whl /tmp/
|
||||||
|
|
||||||
ENV PIP_ROOT_USER_ACTION=ignore
|
ENV PIP_ROOT_USER_ACTION=ignore
|
||||||
ENV PIP_DISABLE_PIP_VERSION_CHECK=1
|
ENV PIP_DISABLE_PIP_VERSION_CHECK=1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue