Commit 0df45331 authored by Fabien Manière's avatar Fabien Manière

update: include the install command into start file

parent df6f1dde
Pipeline #3869 failed with stage
in 30 minutes and 32 seconds
#!/bin/bash
echo "GarganText: Starting project..."
echo "GarganText: First, compiling code..."
bin/install
echo "GarganText: code compiled [OK]"
echo "GarganText: docker for postgresql database..."
cd devops/docker
docker compose up -d
......
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