From 13e90dde41ead821fcee783d384bdda0d8e13d10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Tue, 17 Apr 2018 15:13:27 +0200 Subject: [PATCH] Fix terminado not being included in nginx config --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index dd18f0d..40a6f0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,6 +51,7 @@ RUN echo "shopt -s cmdhist\n" \ COPY supervisor/supervisord.conf ${TFW_SUPERVISORD_CONF} COPY nginx/nginx.conf ${TFW_NGINX_CONF} COPY nginx/default.conf ${TFW_NGINX_DEFAULT} +COPY nginx/components/ ${TFW_NGINX_COMPONENTS} COPY lib ${TFW_LIB_DIR} RUN for dir in "${TFW_LIB_DIR}" "/etc/nginx" "/etc/supervisor"; do \