From 3b1f42858d8086f43a9ff7d7878aa80e156a7a3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Mon, 16 Apr 2018 15:13:12 +0200 Subject: [PATCH] Make default BUILD_CONTEXT == 'solvable' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f05fc33..dd18f0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,7 +57,7 @@ RUN for dir in "${TFW_LIB_DIR}" "/etc/nginx" "/etc/supervisor"; do \ chown -R root:root "$dir" && chmod -R 700 "$dir"; \ done -ONBUILD ARG BUILD_CONTEXT="." +ONBUILD ARG BUILD_CONTEXT="solvable" ONBUILD ARG NOFRONTEND="" ONBUILD COPY ${BUILD_CONTEXT}/nginx/components/ ${TFW_NGINX_COMPONENTS}