Test base image with OpenSSL 1.1.1

Expecting to fail at "ADD dist   /app/dist"
This commit is contained in:
OhHeyAlan 2019-05-13 09:55:57 -05:00 committed by GitHub
parent 3f089fb239
commit 54bf650ef7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM jc21/nginx-proxy-manager-base:latest
FROM ohheyalan/nginx_proxy_manager_layer_1:latest
MAINTAINER Jamie Curnow <jc@jc21.com>
LABEL maintainer="Jamie Curnow <jc@jc21.com>"
@ -37,3 +37,5 @@ EXPOSE 9876
HEALTHCHECK --interval=15s --timeout=3s CMD curl -f http://localhost:9876/health || exit 1
# Print built version
RUN nginx -V