Przeglądaj źródła

Обновить 'dockerfile'

gr701_smmse 2 lat temu
rodzic
commit
a2e4b5cb68
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      dockerfile

+ 1 - 2
dockerfile

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