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

fix start script path

parent 3ab0a809
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1396changes for local builds
Checking pipeline status
...@@ -97,7 +97,7 @@ ENV PATH "${PATH}:/home/vlapipe/.local/bin" ...@@ -97,7 +97,7 @@ ENV PATH "${PATH}:/home/vlapipe/.local/bin"
USER root USER root
COPY /config/htcondor/00-htcondor-9.0.config /etc/condor/config.d/00-htcondor-9.0.config COPY /config/htcondor/00-htcondor-9.0.config /etc/condor/config.d/00-htcondor-9.0.config
CMD /code/bin/boot-condor-and-workflow.sh CMD /code/services/workflow/bin/boot-condor-and-workflow.sh
FROM pex-base as dev FROM pex-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