mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08: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/
|