🐳 修改 docker 配置.

This commit is contained in:
lijiahangmax
2024-02-28 00:16:46 +08:00
parent 294911b4fa
commit fe029ae05d
4 changed files with 190 additions and 4 deletions

View File

@@ -12,4 +12,6 @@ COPY ./orion-ops-launch.jar /app/app.jar
COPY ./dist /usr/share/nginx/html
COPY ./entrypoint.sh /app/entrypoint.sh
COPY ./nginx.conf /etc/nginx/conf.d
COPY ./wait-for-it.sh /app/wait-for-it.sh
RUN chmod +x /app/wait-for-it.sh
ENTRYPOINT [ "sh", "/app/entrypoint.sh" ]