fix dockerfile path

This commit is contained in:
Laura Batalha 2025-05-03 22:03:25 +01:00
parent aaa5bd2af2
commit 488e81aad5
No known key found for this signature in database
GPG key ID: FF87260D8C08DA64

View file

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