This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
FROM python
|
||||
LABEL name="pinecrypt/ocsp-responder" \
|
||||
FROM harbor.k-space.ee/k-space/microservice-base
|
||||
LABEL name="pinecrypt/pinecrypt-gateway-ocsp-responder" \
|
||||
version="rc" \
|
||||
maintainer="Pinecrypt Labs <info@pinecrypt.com>"
|
||||
RUN pip install asn1crypto motor oscrypto pytz sanic sanic_prometheus
|
||||
RUN pip install asn1crypto motor oscrypto
|
||||
ADD ocsp_responder.py /ocsp_responder.py
|
||||
CMD /ocsp_responder.py
|
||||
EXPOSE 5001
|
||||
|
Reference in New Issue
Block a user