mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-06 03:26:59 +03:00
4 lines
114 B
Docker
4 lines
114 B
Docker
FROM nginx as app
|
|
EXPOSE 80
|
|
COPY nginx.conf /etc/nginx/nginx.conf
|
|
COPY default.conf /etc/nginx/conf.d/default.conf |