Skip to content

Commit 08ae193

Browse files
committed
mapswipe workers dockerfile copy tests and sample_data into container
1 parent 5ac88b2 commit 08ae193

File tree

1 file changed

+2
-0
lines changed

1 file 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

0 commit comments

Comments
 (0)