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