From 7e2c7c8cc143412d3def9950c85318b042871a7e Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Wed, 19 Apr 2017 15:51:15 -0300 Subject: [PATCH] =?UTF-8?q?Simplifica=20cria=C3=A7=C3=A3o=20de=20diret?= =?UTF-8?q?=C3=B3rios.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 28f6856c5..6551f656b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN apk add --no-cache python3 && \ pip3 install --upgrade pip setuptools && \ rm -r /root/.cache -RUN cd /var && mkdir interlegis && cd interlegis && mkdir sapl && cd .. && cd .. &&\ +RUN mkdir -p /var/interlegis/sapl &&\ apk add --update --no-cache $BUILD_PACKAGES && \ npm install -g bower