diff --git a/server/Dockerfile b/server/Dockerfile index 4156776..09b329b 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -17,7 +17,6 @@ RUN apk add --no-cache --virtual build-deps cargo COPY Pipfile . COPY Pipfile.lock . RUN PIPENV_VENV_IN_PROJECT=1 pipenv install --deploy -RUN apk del build-deps FROM base AS runtime