Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,7 +6,7 @@ RUN apt-get update && \
|
|
6 |
apt-get install -y default-jdk
|
7 |
|
8 |
# Copy tất cả các file cần thiết vào thư mục /app trong container
|
9 |
-
WORKDIR
|
10 |
COPY app.py
|
11 |
COPY Model/NER/VLSP2021/Predict_Ner.py Model/NER/VLSP2021/
|
12 |
COPY VnCoreNLP/ VnCoreNLP/
|
|
|
6 |
apt-get install -y default-jdk
|
7 |
|
8 |
# Copy tất cả các file cần thiết vào thư mục /app trong container
|
9 |
+
WORKDIR /app/
|
10 |
COPY app.py
|
11 |
COPY Model/NER/VLSP2021/Predict_Ner.py Model/NER/VLSP2021/
|
12 |
COPY VnCoreNLP/ VnCoreNLP/
|