mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
update readme
add demo site
This commit is contained in:
parent
900b02badf
commit
f767f9eee8
5 changed files with 11 additions and 80 deletions
|
@ -7,7 +7,6 @@ EXPOSE 80
|
|||
COPY ./resources/demo/nginx.conf /etc/nginx/sites-available/default
|
||||
COPY ./resources/demo/app.ini /app/app.ini
|
||||
COPY ./resources/demo/demo.db /app/database.db
|
||||
COPY ./resources/demo/install.sh /app/install.sh
|
||||
COPY ./resources/demo/start.sh /app/start.sh
|
||||
COPY ./nginx-ui-server /app/nginx-ui
|
||||
RUN cd /app && chmod a+x start.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue