Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
coco
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
ops
coco
Commits
7c22a297
Commit
7c22a297
authored
Mar 08, 2018
by
ibuler
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/test' into test
parents
7b1d0b45
6e214f42
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
Dockerfile
Dockerfile
+2
-3
No files found.
Dockerfile
View file @
7c22a297
...
@@ -5,7 +5,7 @@ COPY requirements /opt/coco/requirements
...
@@ -5,7 +5,7 @@ COPY requirements /opt/coco/requirements
WORKDIR
/opt/coco
WORKDIR
/opt/coco
RUN
cd
requirements
&&
yum
-y
install
$(
cat
rpm_requirements.txt
)
&&
\
RUN
cd
requirements
&&
yum
-y
install
$(
cat
rpm_requirements.txt
)
&&
\
pip
install
-r
requirements.txt
pip
install
-r
requirements.txt
--download-cache
=
/opt/coco/.pip-cache/
COPY
. /opt/coco
COPY
. /opt/coco
VOLUME
/opt/coco/logs
VOLUME
/opt/coco/logs
VOLUME
/opt/coco/keys
VOLUME
/opt/coco/keys
...
@@ -13,4 +13,4 @@ VOLUME /opt/coco/keys
...
@@ -13,4 +13,4 @@ VOLUME /opt/coco/keys
RUN
cp
conf_docker.py conf.py
RUN
cp
conf_docker.py conf.py
EXPOSE
2222
EXPOSE
2222
CMD
python run_server.py
CMD
python run_server.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