添加business
This commit is contained in:
parent
27c617df6f
commit
3977917c40
|
|
@ -6,6 +6,7 @@ RUN rm -rf /etc/nginx/conf.d/*
|
||||||
# 创建目标目录
|
# 创建目标目录
|
||||||
RUN mkdir -p /data/tuoheng_airport_web/dist
|
RUN mkdir -p /data/tuoheng_airport_web/dist
|
||||||
RUN mkdir -p /data/tuoheng_hhz_web/dist
|
RUN mkdir -p /data/tuoheng_hhz_web/dist
|
||||||
|
RUN mkdir -p /data/tuoheng_business_web/dist
|
||||||
|
|
||||||
# 创建视频录制和图片的地址
|
# 创建视频录制和图片的地址
|
||||||
RUN mkdir -p /data/recording
|
RUN mkdir -p /data/recording
|
||||||
|
|
@ -21,6 +22,7 @@ COPY vhosts/cert/t-aaron.com.key /etc/nginx/t-aaron.com.key
|
||||||
# 复制 AIRPORT_WEB_DIST 目录下的文件到容器中
|
# 复制 AIRPORT_WEB_DIST 目录下的文件到容器中
|
||||||
COPY airport_web_dist/ /data/tuoheng_airport_web/dist/
|
COPY airport_web_dist/ /data/tuoheng_airport_web/dist/
|
||||||
COPY hhz_admin_web_dist/ /data/tuoheng_hhz_web/dist/
|
COPY hhz_admin_web_dist/ /data/tuoheng_hhz_web/dist/
|
||||||
|
COPY business_web_dist/ /data/tuoheng_business_web/dist/
|
||||||
|
|
||||||
# 设置正确的权限
|
# 设置正确的权限
|
||||||
RUN chmod 644 /etc/nginx/t-aaron.com.pem /etc/nginx/t-aaron.com.key && \
|
RUN chmod 644 /etc/nginx/t-aaron.com.pem /etc/nginx/t-aaron.com.key && \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue