This commit includes the necessary scripts and configuration to deploy and verify Dolibarr using Docker.
4 lines
73 B
Bash
Executable File
4 lines
73 B
Bash
Executable File
#!/bin/bash
|
|
# Deploy Dolibarr
|
|
|
|
docker compose --env-file .env.local up -d |