starting to install diesel

This commit is contained in:
2023-10-08 02:07:39 +02:00
parent 467f7b4b1d
commit 22ea7cab3d
7 changed files with 183 additions and 8 deletions

View File

@@ -9,3 +9,11 @@ bin args='':
hello:
@echo "Hello, world!"
# Start PostgreSQL
pg-up:
cd docker && docker-compose up -d
# Stop PostgreSQL
pg-down:
cd docker && docker-compose down