- Nov 23, 2023
-
-
summersamara authored
-
- Nov 22, 2023
-
-
summersamara authored
- Specify elixir version (1.15) in Dockerfile base image - Add npm package to Dockerfile - Fix vite server unreachable from outside the docker container: issue https://framagit.org/framasoft/mobilizon/-/issues/1225
-
- Aug 03, 2021
-
-
Thomas Citharel authored
All preparation commands can be run by hand Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
Thomas Citharel authored
Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
- Dec 21, 2020
-
-
Thomas Citharel authored
Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
- Oct 31, 2020
- Feb 06, 2020
-
-
Thomas Citharel authored
⭐ This is the way. Signed-off-by:Thomas Citharel <tcit@tcit.fr>
-
- Oct 22, 2019
-
-
JohanBaskovec authored
This fixes an error when running the mobilizon_api container (either with `make` or `docker-compose up`): the command `mix phx.server` was run first in the mobilizon_api container, but it made the container restart every ~10 seconds because of missing dependencies errors. As a result it became impossible to install the depencies using `docker-compose exec api sh -c "cd js && yarn install && cd ../"`, because that would give this error: `Error response from daemon: Container 8ff288ad74565bb0773f9b5f8fb39ab62925c16ea0ca77c5d2579cc3013a8464 is restarting, wait until the container is running`. This commit fixes this error by running the dependency installation commands (and compilation and db migration) before `mix phx.server`.
-
- Oct 16, 2019
-
-
Thomas Citharel authored
Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
- Oct 08, 2019
-
-
J. Doe authored
-
- Apr 30, 2019
-
-
Thomas Citharel authored
* Also add special deps for argon2 support inside the Alpine image * Make sure yarn install is triggered Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
Vincent authored
-
- Apr 18, 2019
-
-
Vincent authored
-
- Apr 17, 2019
-
-
Vincent authored
-
- Jan 03, 2019
-
-
Thomas Citharel authored
Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
- Dec 17, 2018
-
-
ty kayn authored
-
- Oct 11, 2018
-
-
Thomas Citharel authored
Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
- Jul 25, 2018
-
-
Thomas Citharel authored
Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
Thomas Citharel authored
Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-