diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
