mirror of https://github.com/Chocobozzz/PeerTube
Fix docker webserver build
parent
0f4f2ab007
commit
94f2bbe90b
|
@ -1,6 +1,6 @@
|
|||
FROM nginx:alpine
|
||||
|
||||
COPY entrypoint.nginx.sh .
|
||||
COPY ./support/docker/production/entrypoint.nginx.sh .
|
||||
RUN chmod +x entrypoint.nginx.sh
|
||||
|
||||
EXPOSE 80 443
|
||||
|
|
Loading…
Reference in New Issue