Commit dad36dd5 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[docker] update image, add README info

parent dc1820d0
Pipeline #777 failed with stage
......@@ -72,7 +72,14 @@ stack install
~/.local/bin/gargantext-init "gargantext.ini"
```
For Docker env, run:
For Docker env, first create the appropriate image:
``` sh
cd devops/docker
docker build -t fpco/stack-build:lts-14.27-garg .
```
then run:
``` sh
stack --docker run gargantext-init -- gargantext.ini
......
from fpco/stack-build:lts-14.6
from fpco/stack-build:lts-14.27
RUN apt-get update && \
apt-get install -y git libigraph0-dev && \
......
......@@ -7,7 +7,7 @@ packages:
docker:
enable: false
repo: 'fpco/stack-build:lts-14.6-garg'
repo: 'fpco/stack-build:lts-14.27-garg'
run-args:
- '--publish=8008:8008'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment