Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docker-test
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kunkka王辉
docker-test
Commits
fc75c792
Commit
fc75c792
authored
Sep 13, 2023
by
Kunkka王辉
😲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 变量处理
parent
68984380
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Dockerfile-nginx
src/Dockerfile-nginx
+1
-1
deploy-hosts.sh
src/deploy-hosts.sh
+1
-1
No files found.
src/Dockerfile-nginx
View file @
fc75c792
...
...
@@ -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
...
...
src/deploy-hosts.sh
View file @
fc75c792
#/bin/bash
#
!
/bin/bash
# 部署所有的应用
mkdir
/etc/nginx/php
cat
<<
EOF
>/etc/nginx/php/
$PHP_HOST
.conf
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment