Алексей Жучков %!s(int64=2) %!d(string=hai) anos
pai
achega
cf771d9349
Modificáronse 3 ficheiros con 8 adicións e 0 borrados
  1. BIN=BIN
      Otchyot_LR1.odt
  2. 7 0
      docker
  3. 1 0
      requirements.txt

BIN=BIN
Otchyot_LR1.odt


+ 7 - 0
docker

@@ -0,0 +1,7 @@
+FROM python:3.8-slim-buster
+WORKDIR /site
+COPY requirements.txt requirements.txt
+RUN pip3 install -r requirements.txt
+COPY . .
+CMD ["python3","./Server.py"]
+EXPOSE 8000

+ 1 - 0
requirements.txt

@@ -0,0 +1 @@
+datetime