Skip to content

Commit

Permalink
fixed copy
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinzhou committed Aug 9, 2019
1 parent 3c37d4c commit a7dbf6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN mkdir -p "$GF_PATHS_HOME/.aws" \
&& chown -R grafana:grafana "$GF_PATHS_DATA" "$GF_PATHS_HOME/.aws" "$GF_PATHS_LOGS" "$GF_PATHS_PLUGINS" "$GF_PATHS_PROVISIONING" \
&& chmod -R 777 "$GF_PATHS_DATA" "$GF_PATHS_HOME/.aws" "$GF_PATHS_LOGS" "$GF_PATHS_PLUGINS" "$GF_PATHS_PROVISIONING"

COPY ./config.docker/defaults.ini "$GF_PATHS_CONFIG"
COPY ./config.docker/grafana.ini "$GF_PATHS_CONFIG"
COPY ./run.sh /run.sh

EXPOSE 3000
Expand Down

0 comments on commit a7dbf6f

Please sign in to comment.