diff --git a/Dockerfile b/Dockerfile index 4ec35ece..7fc4ea57 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,4 +31,4 @@ COPY --from=frontend-build /usr/src/fastenhealth/dist /opt/fasten/web COPY --from=backend-build /go/bin/fasten /opt/fasten/fasten COPY LICENSE.md /opt/fasten/LICENSE.md COPY config.yaml /opt/fasten/config/config.yaml -CMD ["/opt/fasten/fasten"] +CMD ["/opt/fasten/fasten", "start", "--config", "/opt/fasten/config/config.yaml"]