Skip to content
Snippets Groups Projects
Commit 7e77d2f5 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

fix start script path

parent 0cc006f8
No related branches found
Tags end-of-sprint-28
2 merge requests!1452Merge 2.8.2 to main,!1396changes for local builds
Pipeline #10319 passed
......@@ -52,7 +52,7 @@ ARG WS_VERSION=unknown-version
# Switch to vlapipe
ENV PYTHONPATH "${PYTHONPATH}:/home/vlapipe/.local"
#RUN SETUPTOOLS_SCM_PRETEND_VERSION=${WS_VERSION} pip install -e .
CMD pserve --reload ${DEPLOY_ENV}.ini
CMD ["poetry", "run", "pserve", "--reload", "${DEPLOY_ENV}.ini"]
FROM base as dev
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment