Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit f2a30ff

Browse files
authored
fix: docker nightly build failed (#1727)
Co-authored-by: Hien To <tominhhien97@gmail.com>
1 parent ad5ecc1 commit f2a30ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ COPY ./docs/static/openapi/cortex.json /app/docs/static/openapi/cortex.json
5656
RUN cd engine && make configure-vcpkg && make build CMAKE_EXTRA_FLAGS="-DCORTEX_CPP_VERSION=${CORTEX_CPP_VERSION} -DCMAKE_BUILD_TEST=OFF -DCMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake ${CMAKE_EXTRA_FLAGS}"
5757

5858
# Stage 3: Runtime
59-
59+
FROM common as runtime
6060
WORKDIR /app
6161
COPY --from=build /app/engine/build/cortex /usr/local/bin/cortex
6262
COPY --from=build /app/engine/build/cortex-server /usr/local/bin/cortex-server

0 commit comments

Comments
 (0)