removed dockerfile

pull/63/head
Maciej 2022-02-21 16:08:27 +01:00
rodzic df032b2525
commit 78cb2f459d
1 zmienionych plików z 0 dodań i 7 usunięć

Wyświetl plik

@ -1,7 +0,0 @@
FROM python:3.10.2-slim-buster
WORKDIR /
COPY requirements.txt requirements.txt
RUN pip3 install -r requirements.txt
COPY . .
EXPOSE 8888
CMD ["python", "-m", "http.server", "8888"]