mirror of
https://github.com/Stijnvandenbroek/stamp.git
synced 2026-01-16 07:46:53 +01:00
feat: remove stamp_ prefix from directories
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user