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

fix start script path

parent e932b343
No related branches found
Tags end-of-sprint-28
2 merge requests!1452Merge 2.8.2 to main,!1396changes for local builds
Pipeline #10317 canceled
......@@ -55,7 +55,7 @@ RUN poetry install
FROM base as prod
# Don't start until notification and workflow are ready
CMD sh /code/bin/start-capability-with-healthchecks.sh
CMD sh /code/services/capability/bin/start-capability-with-healthchecks.sh
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