Skip to content

Commit d38ae75

Browse files
authored
Docker: revert changes on the working directory (#273)
* Docker: revert changes on the working directory * Update Dockerfile * clean up
1 parent 8957ee7 commit d38ae75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ LABEL maintainer="Grafana team <[email protected]>"
3030

3131
ARG GF_UID="472"
3232
ARG GF_GID="472"
33-
ENV GF_PATHS_HOME="/usr/share/grafana"
33+
ENV GF_PATHS_HOME="/usr/src/app"
3434

3535
WORKDIR $GF_PATHS_HOME
3636

0 commit comments

Comments
 (0)