Saataa Andagii !
This commit is contained in:
parent
f7cf2333c5
commit
556380e4f1
5 changed files with 28 additions and 28 deletions
|
@ -1,6 +1,7 @@
|
|||
FROM python:alpine
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN pip install -r requirements.txt
|
||||
RUN apk add libpcap bash && pip install -r requirements.txt
|
||||
EXPOSE 80
|
||||
CMD python main.py
|
||||
CMD ["python", "-u", "main.py"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue