fixing Dockerfile.
This commit is contained in:
parent
30cb696dff
commit
35a9025349
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue