add docker build action

This commit is contained in:
Laura Batalha 2025-05-03 21:17:53 +01:00
parent 9b7140e650
commit a00af33010
No known key found for this signature in database
GPG key ID: FF87260D8C08DA64
3 changed files with 31 additions and 18 deletions

View file

@ -1,6 +1,6 @@
FROM python:3.13-alpine
ADD dist/rns-*.whl /tmp/
ADD .artifacts/package/rns-*.whl /tmp/
ENV PIP_ROOT_USER_ACTION=ignore
ENV PIP_DISABLE_PIP_VERSION_CHECK=1