Skip to content

Commit 7566901

Browse files
authored
Merge pull request #77 from ioggstream/ioggstream-75
Fix: #75. Improve dockerfiles.
2 parents be4b74f + 185f58d commit 7566901

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.idea
22
data/dimensions.yaml
3+
*~

docker-compose.dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ services:
1111
<<: *dsomm
1212
volumes:
1313
- .:/var/www/html
14+
ports: []
1415
working_dir: /var/www/html
1516
entrypoint: ["/var/www/html/tests.sh"]

docker-compose.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,9 @@ services:
44
build: .
55
ports:
66
- "8080:80"
7-
7+
test:
8+
build: .
9+
volumes:
10+
- .:/code
11+
working_dir: /code
12+
command: bash tests.sh

0 commit comments

Comments
 (0)