docs and api mostly work

This commit is contained in:
2026-01-03 13:18:42 -07:00
parent 81ea22eae9
commit 55b0a698d0
11 changed files with 181 additions and 23 deletions

12
test_docker_build.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/bash
# Test Docker build for the backend
echo "Testing backend Docker build..."
docker build -t daily-journal-prompt-backend-test ./backend
# Test Docker build for the frontend
echo -e "\nTesting frontend Docker build..."
docker build -t daily-journal-prompt-frontend-test ./frontend
echo -e "\nDocker build tests completed."