Fix static asset image build
Browse files- 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; \
|