frontend on port 80

This commit is contained in:
Parsa Nazer
2025-01-09 20:23:39 +03:30
parent 91309bc870
commit ad94c65b36
+1 -1
View File
@@ -3,7 +3,7 @@ services:
build:
context: ./frontend
ports:
- "3000:3000"
- "80:3000"
depends_on:
- django
networks: