File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 44 push :
55 tags :
66 - ' v*.*.*'
7+ - ' dev*'
78
89jobs :
910 release :
Original file line number Diff line number Diff line change 1- FROM ubuntu:24.04 as builder
1+ FROM ubuntu:24.04 AS builder
22RUN DEBIAN_FRONTEND=noninteractive apt update -y \
33 && apt install -y wget curl build-essential cmake clang openssl \
44 libssl-dev zlib1g-dev gperf wget git ninja-build libsodium-dev libmicrohttpd-dev liblz4-dev \
@@ -32,7 +32,7 @@ RUN cmake -DCMAKE_BUILD_TYPE=Release -DPORTABLE=1 .. && make -j$(nproc) && make
3232# end builder
3333
3434
35- FROM ubuntu:24.04
35+ FROM ubuntu:24.04 AS http-api-cpp
3636RUN DEBIAN_FRONTEND=noninteractive apt update -y \
3737 && apt install -y wget curl dnsutils libcurl4 libfmt9 libsodium23 libcctz2 libatomic1 libicu74 \
3838 && rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ services:
44 build :
55 context : .
66 dockerfile : Dockerfile
7+ target : http-api-cpp
78 command : --config /app/static_config.yaml --config_vars /run/secrets/config-vars
89 ports :
910 - ${THACPP_PORT:-8081}:8081
You can’t perform that action at this time.
0 commit comments