feat: remove stamp_ prefix from directories

This commit is contained in:
Stijnvandenbroek
2025-06-29 11:34:40 +02:00
parent fd1229c8f3
commit 16e2032f9e
32 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
services:
backend:
build:
context: ./stamp_backend
context: ./backend
container_name: stamp-backend
ports:
- "8000:8000"
@@ -21,7 +21,7 @@ services:
frontend:
build:
context: ./stamp_frontend
context: ./frontend
container_name: stamp-frontend
ports:
- "4000:4000"