Spaces:
Building
Building
Mise à jour DockerFile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,7 +18,7 @@ RUN [ "python", "-c", "import nltk; nltk.download('wordnet', download_dir='/usr/
|
|
18 |
# Copy the code files
|
19 |
COPY src /
|
20 |
|
21 |
-
# Listen to port
|
22 |
EXPOSE 7860
|
23 |
|
24 |
# Define the working dir in the contener
|
|
|
18 |
# Copy the code files
|
19 |
COPY src /
|
20 |
|
21 |
+
# Listen to port 7860
|
22 |
EXPOSE 7860
|
23 |
|
24 |
# Define the working dir in the contener
|