Spaces:
Running
Running
Update Dockerfile to copy sample data files to a new directory for improved data organization.
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -42,6 +42,7 @@ COPY . .
|
|
42 |
# Sao chép các file dữ liệu mẫu vào thư mục data
|
43 |
RUN mkdir -p /app/data
|
44 |
COPY ./data/* /app/data/
|
|
|
45 |
|
46 |
# Ensure we have the correct abstractMapData.csv structure
|
47 |
# Copy the correct abstractMapData.csv file specifically to override any cached version
|
|
|
42 |
# Sao chép các file dữ liệu mẫu vào thư mục data
|
43 |
RUN mkdir -p /app/data
|
44 |
COPY ./data/* /app/data/
|
45 |
+
COPY ./data/* /app/meisai-check-ai/data/
|
46 |
|
47 |
# Ensure we have the correct abstractMapData.csv structure
|
48 |
# Copy the correct abstractMapData.csv file specifically to override any cached version
|