Skip to content

Commit

Permalink
Build the Dockerfile in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
cundd committed Jan 2, 2020
1 parent 5489efb commit ca0fbcf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
version: "3"
services:
test:
image: cundd/rest-9.5-7.3
build: ./
volumes:
- .:/app
# - /tmp/:/tmp/ # linking /tmp/ folder because PHPStorm stores its stuff there
depends_on:
- db
links:
Expand Down

0 comments on commit ca0fbcf

Please sign in to comment.