Даниил Педус %!s(int64=2) %!d(string=hai) anos
pai
achega
0690396663
Modificáronse 2 ficheiros con 8 adicións e 0 borrados
  1. 4 0
      dockerfile
  2. 4 0
      requirements.txt

+ 4 - 0
dockerfile

@@ -0,0 +1,4 @@
+FROM python 3.8-slim-buster
+WORKDIR /OAKS
+COPY requirements.txt
+

+ 4 - 0
requirements.txt

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