Skip to content

Commit

Permalink
Merge pull request #387 from danielballan/docker-compose-build
Browse files Browse the repository at this point in the history
Use docker-compose build directive.
  • Loading branch information
danielballan authored Feb 2, 2023
2 parents 1fceaa7 + 860e57d commit 90fb121
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
version: "3.2" # higher config versions may also work; lower will not
version: "3.2"
services:
tiled:
image: tiled
build:
contenxt: .
volumes:
- type: bind
source: .
Expand Down

0 comments on commit 90fb121

Please sign in to comment.