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/. --- server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server') diff --git a/server/Dockerfile b/server/Dockerfile index d64f251..a76bb72 100644 --- a/server/Dockerfile +++ b/server/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