We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ac88b2 commit 08ae193Copy full SHA for 08ae193
mapswipe_workers/Dockerfile
@@ -20,6 +20,8 @@ RUN mkdir -p /var/lib/mapswipe_workers/api-data/agg_res_by_user_id_and_date/
20
# copy mapswipe workers repo from local repo
21
WORKDIR /usr/local/mapswipe_workers/
22
COPY mapswipe_workers/ mapswipe_workers/
23
+COPY sample_data/ sample_data/
24
+COPY tests/ tests/
25
COPY requirements.txt .
26
COPY setup.py .
27
COPY config /usr/share/config/mapswipe_workers
0 commit comments