Skip to content

Commit 3fa5fcc

Browse files
authored
Merge pull request #187 from mapswipe/dev
create tutorial from docker container
2 parents 9ae5cee + 08ae193 commit 3fa5fcc

18 files changed

+2
-0
lines changed

mapswipe_workers/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ RUN mkdir -p /var/lib/mapswipe_workers/api-data/agg_res_by_user_id_and_date/
2020
# copy mapswipe workers repo from local repo
2121
WORKDIR /usr/local/mapswipe_workers/
2222
COPY mapswipe_workers/ mapswipe_workers/
23+
COPY sample_data/ sample_data/
24+
COPY tests/ tests/
2325
COPY requirements.txt .
2426
COPY setup.py .
2527
COPY config /usr/share/config/mapswipe_workers
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

sample_data/build_area_tutorial_tasks.geojson renamed to mapswipe_workers/sample_data/build_area_tutorial_tasks.geojson

File renamed without changes.

sample_data/change_detection_project_drafts.json renamed to mapswipe_workers/sample_data/change_detection_project_drafts.json

File renamed without changes.

0 commit comments

Comments
 (0)