This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user