Skip to content

Instantly share code, notes, and snippets.

View innoflash's full-sized avatar
💭
I am writing some code

Innocent Mazando innoflash

💭
I am writing some code
View GitHub Profile
@innoflash
innoflash / docker-compose.yaml
Created August 17, 2024 13:10
Gotbot Assessment compose file
services:
api:
container_name: gotbot-be
build:
context: ./gotbot-be
dockerfile: Dockerfile
# command:
# - bash
# - -c
# - php artisan migrate:fresh --seed && php artisan passport:client --personal --no-interaction && apache2-foreground