diff --git a/Dockerfile b/Dockerfile index 8abb4da..bc397b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ FROM python:3-slim WORKDIR /app COPY ipserv.py /app +COPY cert/ /app/cert EXPOSE 80/tcp RUN pip install fastapi requests gunicorn uvicorn[standard] aiohttp CMD ["gunicorn", "-b", "0.0.0.0:80", "--forwarded-allow-ips", "*", "--worker-class", "uvicorn.workers.UvicornWorker", "ipserv:app"] \ No newline at end of file diff --git a/cert/index.html b/cert/index.html index f3df652..a0034ea 100644 --- a/cert/index.html +++ b/cert/index.html @@ -2,7 +2,7 @@ SHRoNK IP Specification test - +