Skip to content
Snippets Groups Projects
Commit 799936a7 authored by csauder's avatar csauder
Browse files

:bug: Probleme de configuration ; correction pour le composer install

parent 13e04808
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ services: ...@@ -4,7 +4,7 @@ services:
image: composer:2 image: composer:2
volumes: volumes:
- .:/app - .:/app
working_dir: /app/public working_dir: /app
ports: ports:
- 8080:80 - 8080:80
command: "php -S 0.0.0.0:80" command: "php -S 0.0.0.0:80 -t public/"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment