fixing Dockerfile.

This commit is contained in:
Jason Kulatunga 2022-09-26 22:16:58 -07:00
parent 30cb696dff
commit 35a9025349
1 changed files with 1 additions and 1 deletions

View File

@ -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"]