ip user info
This commit is contained in:
@@ -3,7 +3,10 @@ WORKDIR /app
|
||||
ENV PYTHONDONTWRITEBYTECODE=1
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends whois \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& pip install --no-cache-dir -r requirements.txt
|
||||
COPY . .
|
||||
EXPOSE 8799
|
||||
CMD ["python", "ip_analyzer.py"]
|
||||
CMD ["python", "run.py"]
|
||||
|
||||
Reference in New Issue
Block a user