fixed missing new-line escape in tileserver dockerfile
This commit is contained in:
parent
4fb1230163
commit
eb256132de
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ ENV C3NAV_DEBUG="" \
|
|||
C3NAV_LOGLEVEL="INFO" \
|
||||
C3NAV_DATA_DIR="/data" \
|
||||
C3NAV_RELOAD_INTERVAL="60" \
|
||||
C3NAV_VERSION="${COMMIT}"
|
||||
C3NAV_VERSION="${COMMIT}" \
|
||||
UWSGI_WORKERS="4"
|
||||
|
||||
# The following environment variables need to be set to start the tileserver
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue