Skip to content

Commit

Permalink
fix: Naming error in arg
Browse files Browse the repository at this point in the history
  • Loading branch information
ff6347 committed Dec 8, 2022
1 parent a35b371 commit 0005bdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG IMAGE=technologiestiftung/qtrees-vectortiles-generator-base:2.2
FROM $IMAGE
ARG BASE_IMAGE=technologiestiftung/qtrees-vectortiles-generator-base:2.2
FROM $BASE_IMAGE

ARG TILESET_DIR=/tileset
ARG TMP_DIR=/tmp
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
# these variables are used in the entrypoint.sh script
- TILESET_DIR=/tilesets
- TMP_DIR=/temp
- GITHUB_TOKEN=${GITHUB_TOKEN}
# The values below need to be changed in production
# - POSTGRES_HOST=postgres
# - POSTGRES_DB=postgres
Expand Down

0 comments on commit 0005bdf

Please sign in to comment.