Skip to content
Snippets Groups Projects
Commit a50796e0 authored by Erik Reid's avatar Erik Reid
Browse files

added a skeleton Dockerfile

parent 0fdd4922
Branches
Tags
No related merge requests found
Pipeline #83810 passed
FROM python:3.11
ARG ARTIFACT_VERSION
RUN pip install \
--pre \
--extra-index-url https://artifactory.software.geant.org/artifactory/api/pypi/geant-swd-pypi/simple \
geant-service-orchestrator==${ARTIFACT_VERSION}
CMD ["tail", "-f", "/dev/null"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment