🐳 修改 docker 配置.
This commit is contained in:
@@ -12,6 +12,4 @@ COPY ./orion-ops-launch.jar /app/app.jar
|
|||||||
COPY ./dist /usr/share/nginx/html
|
COPY ./dist /usr/share/nginx/html
|
||||||
COPY ./entrypoint.sh /app/entrypoint.sh
|
COPY ./entrypoint.sh /app/entrypoint.sh
|
||||||
COPY ./nginx.conf /etc/nginx/conf.d
|
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" ]
|
ENTRYPOINT [ "sh", "/app/entrypoint.sh" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user