Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
clinicaltrials
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
david Chavalarias
clinicaltrials
Commits
434ff23d
Commit
434ff23d
authored
Jun 21, 2017
by
Romain Loth
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'with_tina_1.2' of
https://github.com/moma/comex2
into with_tina_1.2
parents
21064f3b
ae65c60f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Dockerfile
setup/dockers/comex2_services/Dockerfile
+2
-2
No files found.
setup/dockers/comex2_services/Dockerfile
View file @
434ff23d
...
@@ -36,16 +36,16 @@ RUN ln -s ../sites-available/comex2_php_and_services.nginx.conf
...
@@ -36,16 +36,16 @@ RUN ln -s ../sites-available/comex2_php_and_services.nginx.conf
WORKDIR
/
WORKDIR
/
# pull the comex server from repository...
# pull the comex server from repository...
RUN
echo
"updating"
RUN
git clone https://github.com/moma/comex2.git
RUN
git clone https://github.com/moma/comex2.git
# activate the tina 2 variant
# activate the tina 2 variant
WORKDIR
/comex2
RUN
git checkout with_tina_1.2
RUN
git checkout with_tina_1.2
# ...or copy it locally
# ...or copy it locally
# ADD comex2 /comex2
# ADD comex2 /comex2
# main CMD to start the app
WORKDIR
/comex2
# start nginx inner wrapper and gunicorn production server
# start nginx inner wrapper and gunicorn production server
CMD
bash comex-run.sh -p
CMD
bash comex-run.sh -p
...
...
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