Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Pkm-api
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Gaël de Chalendar
Pkm-api
Commits
bc16be49
Commit
bc16be49
authored
4 years ago
by
Gaël de Chalendar
Browse files
Options
Downloads
Patches
Plain Diff
Define necessary environment variables
parent
daea5824
Branches
master
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+5
-1
5 additions, 1 deletion
Dockerfile
with
5 additions
and
1 deletion
Dockerfile
+
5
−
1
View file @
bc16be49
...
...
@@ -42,7 +42,11 @@ RUN cd frama-c-20.0-Calcium && ./configure --prefix=/root/.opam/4.08.1 && make &
COPY
. /pkm-api
WORKDIR
/pkm-api
# install doc-to-asfm
RUN
cd
doc/doc_to_asfm
&&
rm
-fr
build
&&
mkdir
build
&&
cd
build
&&
cmake ..
&&
make
-j
4
&&
cd
../../..
RUN
cd
doc/doc_to_asfm
&&
rm
-fr
build
&&
mkdir
build
&&
cd
build
&&
cmake ..
&&
make
-j
4
ENV
API=/pkm-api
ENV
PKMHOST=localhost
ENV
DB_ROOT=mongodb-projects
CMD
["mongod -dbpath /mongodb-projects"]
ENTRYPOINT
["/bin/bash", "-l", "-c"]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment