Add backend setup with Docker, Express, and error handling page
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
fallback-backend:
|
||||
container_name: fallback-backend
|
||||
build: ./backend
|
||||
ports:
|
||||
- "8002:8002"
|
||||
volumes:
|
||||
- ./backend:/fallback-backend
|
||||
restart: unless-stopped
|
||||
|
Reference in New Issue
Block a user