fix(Dockerfile): fix workdir definition
This commit is contained in:
parent
6b12bb518a
commit
2b2ae98da5
2 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Check if the environment variable GRAFANA_MODE is set
|
||||
if [ -z "$GB_SEQUENCE" ]; then
|
||||
exec ./grafana-backuper backup --json
|
||||
exec /app/grafana-backuper backup --json
|
||||
else
|
||||
exec ./grafana-backuper --json
|
||||
exec /app/grafana-backuper --json
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue