🐳 修改 docker 配置.
This commit is contained in:
@@ -8,8 +8,8 @@ RUN \
|
||||
RUN apk add openjdk8
|
||||
RUN rm -rf /etc/nginx/conf.d/*
|
||||
WORKDIR /app
|
||||
COPY orion-ops-launch/target/orion-ops-launch.jar /app/app.jar
|
||||
COPY orion-ops-ui/dist /usr/share/nginx/html
|
||||
COPY docker/orion-ops-pro/entrypoint.sh /app/entrypoint.sh
|
||||
COPY docker/orion-ops-pro/nginx.conf /etc/nginx/conf.d
|
||||
COPY ../../orion-ops-launch/target/orion-ops-launch.jar /app/app.jar
|
||||
COPY ../../orion-ops-ui/dist /usr/share/nginx/html
|
||||
COPY ../../docker/orion-ops-pro/entrypoint.sh /app/entrypoint.sh
|
||||
COPY ../../docker/orion-ops-pro/nginx.conf /etc/nginx/conf.d
|
||||
ENTRYPOINT [ "sh", "/app/entrypoint.sh" ]
|
||||
|
||||
Reference in New Issue
Block a user