mirror of
https://github.com/eduardogsilva/routerfleet.git
synced 2025-08-05 02:34:32 +02:00
remove default virtualhost from nginx
This commit is contained in:
parent
4dcc6e7dba
commit
18754d5a3b
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
FROM nginx:alpine
|
||||
RUN apk --no-cache add openssl
|
||||
RUN rm /etc/nginx/conf.d/default.conf
|
||||
COPY nginx_entrypoint.sh /nginx_entrypoint.sh
|
||||
RUN chmod +x /nginx_entrypoint.sh
|
||||
ENTRYPOINT ["/nginx_entrypoint.sh"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue