Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit 56b4093

Browse files
committed
Remove ENTRYPOINT as it seems to nuke Codespaces
1 parent 9e661df commit 56b4093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/.docker/php/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ 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-
ENTRYPOINT ["/var/www/htdoc/init_repo.sh"]
65+
#ENTRYPOINT ["/var/www/htdoc/init_repo.sh"]

0 commit comments

Comments
 (0)