We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd35130 commit 4c0ddbcCopy full SHA for 4c0ddbc
.dockerignore
@@ -1,4 +1,4 @@
1
-#/.git*
+/.git*
2
/.idea*
3
.dockerignore
4
.editorconfig
docker-compose-test-ci.yml
@@ -17,6 +17,8 @@ services:
17
ports:
18
- 80:80
19
- 443:443
20
+ volumes:
21
+ - ./.git:/var/www/html/.git
22
depends_on:
23
- mysql
24
- rabbitmq
0 commit comments