aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/server
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-07-04 03:23:13 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-07-04 03:23:13 +0200
commit4e6e8d8c151c9eb7888927e816dc3756a600ec0f (patch)
treed31e0034ec19c1fb758348d14a5f1b37693da05c /server
parentMakefile: move the prelude to prelude.mk (diff)
downloadmath-server-4e6e8d8c151c9eb7888927e816dc3756a600ec0f.tar.gz
math-server-4e6e8d8c151c9eb7888927e816dc3756a600ec0f.zip
update cmake-common
Also, change the build directory to build/.
Diffstat (limited to '')
-rw-r--r--server/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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 <Egor.Tensin@gmail.com>"
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 && \