mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 09:07:47 +01:00
4 lines
No EOL
114 B
Docker
4 lines
No EOL
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 |