Skip to content

Commit

Permalink
Merge pull request #3 from UNDP-Data/fix-martin-docker
Browse files Browse the repository at this point in the history
fixed dockerfile to copy config.yaml
  • Loading branch information
iferencik authored Jan 21, 2022
2 parents 106ce5a + 1724e70 commit 6d788d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ RUN apk add curl
RUN apk add gettext

RUN mkdir -p /etc/martin
COPY config.yaml /etc/martin/config.yaml
COPY entrypoint.sh /usr/bin/entrypoint.sh

WORKDIR /etc/martin
Expand Down
7 changes: 4 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@ version: "3"

services:
martin:
image: ghcr.io/undp-data/martin-docker:latest
image: ghcr.io/undp-data/martin-docker:v0.0.2
build: .
restart: unless-stopped
container_name: martin_geohub
ports:
- 3000:3000
env_file:
- .env
volumes:
- ./:/etc/martin/:rw
# volumes:
# - ./:/etc/martin/:rw



0 comments on commit 6d788d5

Please sign in to comment.