diff options
author | terminaldweller <thabogre@gmail.com> | 2021-11-12 04:35:56 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-11-12 04:35:56 +0000 |
commit | d8beed8d574a42a2e6eab5632e40f235f1408277 (patch) | |
tree | 1d0b3926c0b320690231782860b84f8420ed6bf3 /Dockerfile | |
parent | WIP (diff) | |
download | devourer-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-- | Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |