Skip to content

Commit

Permalink
#18 - Re-name APP_DISK to APP_VOLUME
Browse files Browse the repository at this point in the history
  • Loading branch information
johanjanssens committed Oct 8, 2021
1 parent 0b7f6b8 commit b53e4c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitpod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ COPY --chown=$APP_USER:$APP_USER ./config/*composer.lock $APP_DATA
RUN /bin/bash -e /var/scripts/composer_install.sh

# Permissions
RUN mkdir $APP_VOLUME \
chown -R $APP_USER:$APP_USER $APP_VOLUME \
RUN mkdir $APP_VOLUME; \
chown -R $APP_USER:$APP_USER $APP_VOLUME; \
chown -R $APP_USER:$APP_USER $APP_DATA

USER gitpod
Expand Down

0 comments on commit b53e4c6

Please sign in to comment.