Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:WASAC/naru into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
JinIgarashi committed Dec 3, 2021
2 parents cf15cd3 + e9dee28 commit 179c46a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ version: '3'

services:
naru:
image: wasac/naru:latest
image: ghcr.io/watergis/naru:develop
# build:
# dockerfile: Dockerfile
# context: .
entrypoint: '/usr/src/app/entrypoint.sh'
volumes:
- ./docs:/usr/src/app/docs
- ./src:/usr/src/app/src
- ./Rakefile:/usr/src/app/Rakefile
- ./entrypoint.sh:/usr/src/app/entrypoint.sh
environment:
- REGION=$REGION
- AREA=$AREA
Expand Down

0 comments on commit 179c46a

Please sign in to comment.