Skip to content

Commit acd55af

Browse files
Update docker-compose.yml (#607)
Add build directive so running `docker-compose up` works.
1 parent 645fcc7 commit acd55af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ services:
1212

1313
web:
1414
image: mockdeep/stringer
15+
build: .
1516
depends_on:
1617
- postgres
1718
restart: always

0 commit comments

Comments
 (0)