refactor(internal/cmd): move backend cmd functions to grafanabackuper package
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
840008df2d
commit
83a15b5a87
7 changed files with 112 additions and 264 deletions
|
@ -22,4 +22,4 @@ WORKDIR /app
|
|||
# Copy built binary from build image
|
||||
COPY --from=build /workspace/grafana-backuper /app
|
||||
|
||||
ENTRYPOINT ["/app/grafana-backuper backup"]
|
||||
ENTRYPOINT ["/app/grafana-backuper backup --json"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue