1
0
Fork 0

хозяйственная работа: переместите http библиотеку в подмодуль

This commit is contained in:
Arthur K. 2025-12-19 18:37:49 +03:00
parent 33191fa791
commit 666f9edd64
Signed by: wzray
GPG key ID: B97F30FDC4636357
6 changed files with 7 additions and 10247 deletions

View file

@ -8,7 +8,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteracive apt-get install -y \
WORKDIR /build
COPY app/healthcheck.cpp app/healthcheck.cpp
COPY include/httplib.hpp include/httplib.hpp
COPY include/http include/http
RUN g++ -o healthcheck -I./include ./app/healthcheck.cpp;
COPY app app