Commit fc75c792 authored by Kunkka王辉's avatar Kunkka王辉 😲

feat: 变量处理

parent 68984380
......@@ -24,7 +24,7 @@ ARG JAVE_INTELLIGENTWRITING_URI
ARG JAVA_BIZ_PLATFORM_URI
ENTRYPOINT ["/docker-entrypoint.sh"]
COPY deploy-hosts.sh /app/deploy-hosts.sh
RUN chmod +x /app/deploy-hosts.sh && /app/deploy-hosts.sh
RUN chmod +x /app/deploy-hosts.sh && bash /app/deploy-hosts.sh
EXPOSE 80
STOPSIGNAL SIGQUIT
......
#/bin/bash
#!/bin/bash
# 部署所有的应用
mkdir /etc/nginx/php
cat <<EOF >/etc/nginx/php/$PHP_HOST.conf
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment