хозяйственная работа: переместите http библиотеку в подмодуль
This commit is contained in:
parent
33191fa791
commit
666f9edd64
6 changed files with 7 additions and 10247 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue