mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
bug fix
This commit is contained in:
parent
9851fe8fca
commit
2f759f8b20
8 changed files with 50 additions and 8 deletions
|
@ -10,7 +10,6 @@ COPY resources/docker/nginx-ui.conf /etc/nginx/conf.d/nginx-ui.conf
|
|||
COPY resources/docker/start.sh /app/start.sh
|
||||
COPY nginx-ui /app/nginx-ui
|
||||
|
||||
RUN cd /app && chmod a+x start.sh
|
||||
|
||||
RUN cd /app && chmod a+x start.sh && rm -f /etc/nginx/conf.d/default.conf
|
||||
|
||||
ENTRYPOINT ["./start.sh"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue