Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jin Igarashi authored Nov 4, 2021
1 parent 68beb94 commit e25b6d0
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
Expand Up @@ -2,15 +2,14 @@ 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
environment:
- REGION=$REGION
- AREA=$AREA
Expand Down

0 comments on commit e25b6d0

Please sign in to comment.