From d8beed8d574a42a2e6eab5632e40f235f1408277 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Fri, 12 Nov 2021 08:05:56 +0330 Subject: the server is up and running now. the things that worked before work now --- Dockerfile | 1 - 1 file changed, 1 deletion(-) (limited to 'Dockerfile') 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 -- cgit v1.2.3