moved nginx build to woryzen
Some checks failed
CI / Build nginx docker images (push) Failing after 3m10s
Some checks failed
CI / Build nginx docker images (push) Failing after 3m10s
This commit is contained in:
@@ -172,13 +172,10 @@ RUN GPG_KEYS=D6786CE303D9A9022998DC6CC8464D549AF75C0A \
|
||||
COPY conf/nginx.conf /etc/nginx/nginx.conf
|
||||
COPY conf/nginx.vh.no-default.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
RUN APK_ARCH="$(cat /etc/apk/arch)"
|
||||
|
||||
LABEL description="NGINX Docker built top of rolling release BoringSSL" \
|
||||
maintainer="Denis Denisov <denji0k@gmail.com>" \
|
||||
openssl="BoringSSL" \
|
||||
nginx="nginx ${NGINX_VERSION}" \
|
||||
arch="$APK_ARCH"
|
||||
nginx="nginx ${NGINX_VERSION}"
|
||||
|
||||
EXPOSE 80 443 443/udp
|
||||
|
||||
|
Reference in New Issue
Block a user