toxcore/other/docker/coverage/nginx.Dockerfile
iphydf 8328449c1a
chore: Speed up docker builds a bit by reducing layer count.
This is especially noticeable on local builds (less so on the github
workers).
2024-01-26 14:13:34 +00:00

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/