adding product app

This commit is contained in:
AmirHossein Shirazi
2024-12-12 16:39:25 +03:30
parent 07e0a744c5
commit f1659f4289
8 changed files with 63 additions and 7 deletions
+7 -7
View File
@@ -1,11 +1,11 @@
services:
frontend:
build:
context: ./frontend
ports:
- "80:3000"
depends_on:
- django
# frontend:
# build:
# context: ./frontend
# ports:
# - "80:3000"
# depends_on:
# - django
django:
build: