diff --git a/Dockerfile b/Dockerfile index 4bb6a4572..84d902b73 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" \ No newline at end of file