diff --git a/dist/web/Dockerfile b/dist/web/Dockerfile index a09820768..cd1baa928 100644 --- a/dist/web/Dockerfile +++ b/dist/web/Dockerfile @@ -50,6 +50,7 @@ ENV CCACHE_DIR=/cache/ccache RUN mkdir /build WORKDIR /build +ARG BUILD_TYPE=Release RUN --mount=type=cache,target=/cache \ --mount=type=bind,source=.,target=/imhex <