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.
2 parents be4b74f + 185f58d commit 7566901Copy full SHA for 7566901
.gitignore
@@ -1,2 +1,3 @@
1
.idea
2
data/dimensions.yaml
3
+*~
docker-compose.dev.yml
@@ -11,5 +11,6 @@ services:
11
<<: *dsomm
12
volumes:
13
- .:/var/www/html
14
+ ports: []
15
working_dir: /var/www/html
16
entrypoint: ["/var/www/html/tests.sh"]
docker-compose.yml
@@ -4,4 +4,9 @@ services:
4
build: .
5
ports:
6
- "8080:80"
7
-
+ test:
8
+ build: .
9
+ volumes:
10
+ - .:/code
+ working_dir: /code
+ command: bash tests.sh
0 commit comments