Browse Source

Обновить 'dockerfile'

gr701_smmse 2 years ago
parent
commit
a2e4b5cb68
1 changed files with 1 additions and 2 deletions
  1. 1 2
      dockerfile

+ 1 - 2
dockerfile

@@ -4,5 +4,4 @@ COPY requirements.txt requirements.txt
 RUN pip3 install -r requirements.txt
 RUN pip3 install -r requirements.txt
 COPY . .
 COPY . .
 CMD ["python3","./main.py"]
 CMD ["python3","./main.py"]
-EXPOSE 8000
-
+EXPOSE 8000