mirror of
https://github.com/TokTok/c-toxcore
synced 2026-05-26 05:24:32 +00:00
8328449c1a
This is especially noticeable on local builds (less so on the github workers).
5 lines
159 B
Docker
5 lines
159 B
Docker
# vim:ft=dockerfile
|
|
FROM toxchat/c-toxcore:coverage AS build
|
|
FROM nginx:alpine
|
|
COPY --from=build --chown=nginx:nginx /work/_build/html/ /usr/share/nginx/html/
|