Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
frafra committed Feb 16, 2024
1 parent d9bbf0b commit 51b7ad2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ PBF_REGIONI_DIR = $(dir $(PBF_REGIONI))
OBF_REGIONI = $(subst /pbf/,/obf/,$(PBF_REGIONI))
OBF_REGIONI_DIR = $(dir $(OBF_REGIONI))

NPM_PREFIX = $(OUTPUT)/npm
NPM_PREFIX = $(WORK_DIR)/npm
TOPOJSON_DIR = $(OUTPUT)/topojson
TOPOJSON = $(TOPOJSON_DIR)/.dirstamp

Expand Down
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ services:
#command: anacron -dfn # force run
restart: always
volumes:
- ./data:/data
- ./data/input:/data/input
- ./data/output:/data/output
- ./data/log:/var/log/estratti
webapp:
image: ghcr.io/osmitalia/estratti_osm_italia-webapp:main
Expand Down

0 comments on commit 51b7ad2

Please sign in to comment.