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
c118e41d
Commit
c118e41d
authored
Mar 25, 2021
by
周健君
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify Dockerfile
parent
07ecc532
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
Dockerfile
Dockerfile
+4
-2
No files found.
Dockerfile
View file @
c118e41d
...
@@ -45,8 +45,9 @@ RUN apk add --no-cache --virtual .build-deps \
...
@@ -45,8 +45,9 @@ RUN apk add --no-cache --virtual .build-deps \
COPY
. /srv/apps/backend-auto/
COPY
. /srv/apps/backend-auto/
WORKDIR
/srv/apps/backend-auto/
# 先这样 最好用环境变量 如果配置变多后 再挂载
RUN
apk del .build-deps
&&
echo
"develop_host:"
>
host.yaml
&&
echo
" url: http://backend-service"
>>
host.yaml
RUN
apk del .build-deps
WORKDIR
/srv/apps/backend-auto/
CMD
python run.py
CMD
python run.py
\ No newline at end of file
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