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 50de642 commit eb0a3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ 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; \
RUN mkdir -p $APP_VOLUME; \
chown -R $APP_USER:$APP_USER $APP_VOLUME; \
chown -R $APP_USER:$APP_USER $APP_DATA

Expand Down

0 comments on commit eb0a3f8

Please sign in to comment.