vomebook commited on
Commit
0445b86
·
verified ·
1 Parent(s): 2df0f2b

Keep local TXT directory in image

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -0
  2. txt/.gitkeep +0 -0
Dockerfile CHANGED
@@ -29,6 +29,7 @@ RUN pip install --no-cache-dir -r requirements.txt
29
  COPY app.py .
30
  COPY --from=static-assets /out/ static/
31
  COPY data/ data/
 
32
 
33
  RUN if [ -f data/search_data.json ]; then \
34
  gzip -k -9 data/search_data.json; \
 
29
  COPY app.py .
30
  COPY --from=static-assets /out/ static/
31
  COPY data/ data/
32
+ COPY txt/ txt/
33
 
34
  RUN if [ -f data/search_data.json ]; then \
35
  gzip -k -9 data/search_data.json; \
txt/.gitkeep ADDED
File without changes