chore: Update Dockerfile paths and add .dockerignore files for backend and frontend
This commit is contained in:
+2
-2
@@ -15,8 +15,8 @@ services:
|
||||
|
||||
recipe-api:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: backend/Dockerfile
|
||||
context: ./backend
|
||||
dockerfile: Dockerfile
|
||||
image: recipe-api:local
|
||||
container_name: recipe-api
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user