Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
backend_auto
Project
Project
Details
Activity
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
刘婷婷
backend_auto
Commits
6933fa19
Commit
6933fa19
authored
Mar 25, 2021
by
周健君
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add curl
parent
c118e41d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
Dockerfile
View file @
6933fa19
...
...
@@ -46,7 +46,7 @@ RUN apk add --no-cache --virtual .build-deps \
COPY
. /srv/apps/backend-auto/
# 先这样 最好用环境变量 如果配置变多后 再挂载
RUN
apk del .build-deps
&&
echo
"develop_host:"
>
host.yaml
&&
echo
" url: http://backend-service"
>>
host.yaml
RUN
apk add curl
&&
apk del .build-deps
&&
echo
"develop_host:"
>
host.yaml
&&
echo
" url: http://backend-service"
>>
host.yaml
WORKDIR
/srv/apps/backend-auto/
...
...
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