Skip to content

Commit 79324fd

Browse files
committed
Changed source path for tileserver
1 parent 4a01907 commit 79324fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

local-root/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ services:
7878
tileserver:
7979
image: hub.opensciencegrid.org/macrostrat/tileserver:main
8080
build:
81-
context: ${MACROSTRAT_TILESERVER_SRC:-""}
81+
context: ../services/tileserver
8282
environment:
8383
- DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@database:5432/${POSTGRES_DB}
8484
# Ideally the system would fail gracefully if we didn't provide the Rockd database URL but that's not the case.

0 commit comments

Comments
 (0)