diff options
| author | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-09 15:28:38 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-09 15:28:38 +0100 |
| commit | 210404a73706993d197c1290d5a411394e176fbe (patch) | |
| tree | 93c3ea9fc4691ca42f26dd92c6e14627af0b47af /libs/cpp-httplib/Dockerfile | |
| parent | a65e876f3277a7d7fca6e5129ac3e200dae2d0dc (diff) | |
remove unused lib files
Diffstat (limited to 'libs/cpp-httplib/Dockerfile')
| -rw-r--r-- | libs/cpp-httplib/Dockerfile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/libs/cpp-httplib/Dockerfile b/libs/cpp-httplib/Dockerfile deleted file mode 100644 index 3495b42..0000000 --- a/libs/cpp-httplib/Dockerfile +++ /dev/null @@ -1,13 +0,0 @@ -FROM yhirose4dockerhub/ubuntu-builder AS builder -WORKDIR /build -COPY httplib.h . -COPY docker/main.cc . -RUN g++ -std=c++23 -static -o server -O2 -I. main.cc && strip server - -FROM scratch -COPY --from=builder /build/server /server -COPY docker/html/index.html /html/index.html -EXPOSE 80 - -ENTRYPOINT ["/server"] -CMD ["--host", "0.0.0.0", "--port", "80", "--mount", "/:./html"] |
