remove line in the end

This commit is contained in:
Roee Gadot 2021-04-29 08:24:07 +03:00
parent 0cfc32cb35
commit 494b924dcb

View File

@ -56,5 +56,4 @@ COPY --from=site-build ["/ui-build/build", "site"]
COPY api/scripts/multi-runner.sh ./
# this script runs both apiserver and passivetapper and exits either if one of them exits, preventing a scenario where the container runs without one process
CMD "./multi-runner.sh"
CMD "./multi-runner.sh"