gr701_tiddm %!s(int64=2) %!d(string=hai) anos
pai
achega
437313454a
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      dockerfile

+ 7 - 0
dockerfile

@@ -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","./laba1.py"]
+EXPOSE 8000