mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
425216d9ec
Also: use `find_package` to find gtest. This fixes the coverage build to include unit tests.
6 lines
230 B
Nginx Configuration File
6 lines
230 B
Nginx Configuration File
# vim:ft=dockerfile
|
|
FROM toxchat/c-toxcore:coverage AS build
|
|
FROM nginx:alpine
|
|
COPY --from=build /work/_build/html/coverage_details.html /usr/share/nginx/html/index.html
|
|
COPY --from=build /work/_build/html/ /usr/share/nginx/html/
|