Skip to content

Commit

Permalink
Fix issue where the square brackets are being created as directories
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed Jun 24, 2020
1 parent fc59827 commit 805755d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ EXPOSE 443

LABEL name="manageiq"

VOLUME [ "/var/lib/pgsql/data" ]
VOLUME [ ${APP_ROOT} ]
VOLUME "/var/lib/pgsql/data"
VOLUME ${APP_ROOT}

0 comments on commit 805755d

Please sign in to comment.