mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2026-03-16 16:23:26 +03:00
Add error server
This commit is contained in:
4
containers/error-server/Dockerfile
Normal file
4
containers/error-server/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM nginx as app
|
||||
EXPOSE 80
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
COPY default.conf /etc/nginx/conf.d/default.conf
|
||||
Reference in New Issue
Block a user