From 4e6e8d8c151c9eb7888927e816dc3756a600ec0f Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 4 Jul 2023 03:23:13 +0200 Subject: update cmake-common Also, change the build directory to build/. --- client/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') diff --git a/client/Dockerfile b/client/Dockerfile index 6927dcb..2d4e0a3 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -20,7 +20,7 @@ FROM base LABEL maintainer="Egor Tensin " ARG src_dir -COPY --from=builder ["$src_dir/.build/install", "/opt/math-server"] +COPY --from=builder ["$src_dir/build/install", "/opt/math-server"] RUN runtime_deps='boost-filesystem boost-program_options boost-regex boost-unit_test_framework libstdc++' && \ apk add -q --no-cache $runtime_deps && \ -- cgit v1.2.3