Files
gander/nginx/Dockerfile
Chris-1010 2887409ae6 Major: Restructure of Project
Major: Introduction of Frontend (React)
2025-01-21 17:19:23 +00:00

8 lines
144 B
Docker

FROM tiangolo/nginx-rtmp
COPY nginx.conf /etc/nginx/nginx.conf
EXPOSE 1935 8080
# Start the Nginx server
CMD [ "nginx", "-g", "daemon off;" ]