Keep local TXT directory in image
Browse files- Dockerfile +1 -0
- 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
|