Fix: Rename directory to remove & character causing shell issues
Renamed ebook_backend&admin_panel to ebook_backend_admin_panel The & character was being interpreted by shell as background process operator, causing 'Dockerfile not found' errors in Coolify.
This commit is contained in:
@@ -28,7 +28,7 @@ services:
|
|||||||
# Backend API + Frontend
|
# Backend API + Frontend
|
||||||
backend:
|
backend:
|
||||||
build:
|
build:
|
||||||
context: ./ebook_backend&admin_panel
|
context: ./ebook_backend_admin_panel
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: ebook_backend
|
container_name: ebook_backend
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
demo (1).xlsx
|
||||||
Binary file not shown.
Reference in New Issue
Block a user