aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-11-12 04:35:56 +0000
committerterminaldweller <thabogre@gmail.com>2021-11-12 04:35:56 +0000
commitd8beed8d574a42a2e6eab5632e40f235f1408277 (patch)
tree1d0b3926c0b320690231782860b84f8420ed6bf3 /Dockerfile
parentWIP (diff)
downloaddevourer-d8beed8d574a42a2e6eab5632e40f235f1408277.tar.gz
devourer-d8beed8d574a42a2e6eab5632e40f235f1408277.zip
the server is up and running now. the things that worked before work now
Diffstat (limited to '')
-rw-r--r--Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 3cf3409..9ca872e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -25,7 +25,6 @@ WORKDIR /certs
RUN openssl req -nodes -new -x509 -subj="/C=US/ST=Denial/L=springfield/O=Dis/CN=localhost" -keyout server.key -out server.cert
FROM python-base as production
-RUN pip3 install uvicorn
COPY --from=certbuilder /certs/ /certs
ENV FASTAPI_ENV=production
COPY --from=builder-base $VENV_PATH $VENV_PATH