Skip to content

Commit

Permalink
Merge pull request #61 from Mapotempo/docker_build
Browse files Browse the repository at this point in the history
Fix docker-compose build
  • Loading branch information
awatrelotwoop authored Feb 7, 2024
2 parents 43a5467 + 54fab23 commit b893937
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@ docker
!docker/env.d
!docker/snippets
!docker/webapp.conf
addresses
redis
redis-count
poly
data
5 changes: 3 additions & 2 deletions docker-compose-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ version: '3.7'
services:
api:
build:
context: ..
context: .
dockerfile: docker/Dockerfile

addok:
dockerfile: docker/addok/Dockerfile
build:
context: docker/addok

0 comments on commit b893937

Please sign in to comment.