testing
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-01-25 19:01:09 +03:00
parent 96b9289060
commit ff7bb43e03
9 changed files with 464 additions and 5 deletions

View File

@@ -20,9 +20,10 @@ WORKDIR /home/root/app
RUN apk add --no-cache gnupg
COPY . .
COPY ./.wellknown /var/lib/cic-auth-helper/pgp
COPY --from=builder /opt/venv /opt/venv
ENV PATH="/opt/venv/bin:$PATH"
EXPOSE 80
CMD uwsgi --wsgi-file cic_auth_helper/runnable/server.py --http :80 --pyargv "-vv"
CMD uwsgi --wsgi-file cic_auth_helper/runnable/server.py --http :80 --pyargv "-vv --forward-to http://cic-meta-server:80"