2 Commits 96701cc08e ... d4ab89b43c

Author SHA1 Message Date
  Lehi4 d4ab89b43c dockerfile add 2 years ago
  Жиляев Алексей Андреевич 96701cc08e ip-time 2 years ago
2 changed files with 9 additions and 1 deletions
  1. 9 0
      Dockerfile
  2. 0 1
      status.txt

+ 9 - 0
Dockerfile

@@ -0,0 +1,9 @@
+FROM python:3.10-slim
+
+
+RUN pip install --no-cache-dir --upgrade pip \
+  && pip install --no-cache-dir requests
+
+COPY main.py .
+CMD ["python3","./main.py"]
+EXPOSE 8000

+ 0 - 1
status.txt

@@ -1 +0,0 @@
-Добавление новой страницы "status" с выведение IP и времени