aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2019-03-29 09:12:09 +0000
committers-ol <s-ol@users.noreply.github.com>2019-03-29 09:12:09 +0000
commitb1018633f0c96b0cb647b737bc43ef72420629a5 (patch)
tree2c126bff1a4326c168c67d837ae9c96d081a45fa /Dockerfile
parentkeep last content and display nice errors when problems occur (diff)
downloadmmm-b1018633f0c96b0cb647b737bc43ef72420629a5.tar.gz
mmm-b1018633f0c96b0cb647b737bc43ef72420629a5.zip
fix sassc mismatch
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 652a9a7..af0f4b5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -5,7 +5,7 @@ RUN apt-get install -y --allow-unauthenticated build-essential tup sassc libmark
RUN luarocks install moonscript
RUN luarocks install discount DISCOUNT_INCDIR=/usr/include/x86_64-linux-gnu
COPY . /build
-RUN cd /build && tup init && tup generate build.sh && ./build.sh
+RUN cd /build && tup init && tup generate --config tup.docker.config build.sh && ./build.sh
FROM nginx:alpine
COPY --from=build-env /build/root /usr/share/nginx/html