vomebook commited on
Commit
2df0f2b
·
verified ·
1 Parent(s): 1177c28

Fix static asset image build

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -29,7 +29,6 @@ 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
- COPY txt/ txt/
33
 
34
  RUN if [ -f data/search_data.json ]; then \
35
  gzip -k -9 data/search_data.json; \
 
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; \