This commit is contained in:
0xJacky 2022-07-23 14:03:08 +08:00
parent 9851fe8fca
commit 2f759f8b20
8 changed files with 50 additions and 8 deletions

View file

@ -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"]