Figea commited on
Commit
a5e905b
·
1 Parent(s): c55ac1a

Mise à jour DockerFile

Browse files
Files changed (1) hide show
  1. 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 5000 (the default port of flask)
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