docs and api mostly work
This commit is contained in:
12
test_docker_build.sh
Executable file
12
test_docker_build.sh
Executable 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."
|
||||
|
||||
Reference in New Issue
Block a user