chore: Update Dockerfile paths and add .dockerignore files for backend and frontend

This commit is contained in:
Nils-Johan Gynther
2026-04-14 22:35:10 +02:00
parent 4a241c1cb9
commit a118a2ff11
5 changed files with 26 additions and 8 deletions
+2 -2
View File
@@ -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