mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
5 lines
159 B
Nginx Configuration File
5 lines
159 B
Nginx Configuration File
# 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/
|