Skip to content

Commit 1350017

Browse files
committed
Update Dockerfile
don't try to run chmod in a mounted directory
1 parent c499434 commit 1350017

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/.docker/php/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,6 @@ RUN mv composer.phar /usr/local/bin/composer
6262
WORKDIR /var/www/htdoc
6363

6464
# start out script that runs composer install, but ONLY if /vendor/ does not exist
65-
RUN chmod +x /var/www/htdoc/init_repo.sh
65+
# WARNING: the commands below crash CodeSpaces. Not using for now.
66+
#RUN chmod +x /var/www/htdoc/init_repo.sh
6667
#ENTRYPOINT ["/var/www/htdoc/init_repo.sh"]

0 commit comments

Comments
 (0)