Skip to content

Commit

Permalink
#20 - Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
johanjanssens committed Oct 11, 2021
1 parent c9357ba commit 61f0d4c
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 @@ -53,7 +53,7 @@ RUN /bin/bash -e /var/scripts/composer_install.sh
# Permissions
RUN mkdir -p $APP_VOLUME; \
chown -R $APP_USER:$APP_USER $APP_VOLUME; \
chown -R $APP_USER:$APP_USER $APP_DATA \
chown -R $APP_USER:$APP_USER $APP_DATA; \
chown -R $APP_USER:$APP_USER /var/lib/mysql

USER gitpod
Expand Down

0 comments on commit 61f0d4c

Please sign in to comment.