Skip to content

Commit

Permalink
#20 - Do not copy the database
Browse files Browse the repository at this point in the history
  • Loading branch information
johanjanssens committed Oct 12, 2021
1 parent 5d3b490 commit daa995c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitpod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ RUN /bin/bash -e /var/scripts/composer_install.sh
# Permissions
RUN mkdir -p $APP_VOLUME/mysql; \
chown -R $APP_USER:$APP_USER $APP_VOLUME; \
cp -Rpf /var/lib/mysql/* $APP_VOLUME/mysql; \
chown -R $APP_USER:$APP_USER $APP_DATA

USER gitpod
Expand Down

0 comments on commit daa995c

Please sign in to comment.