fix docker compose

This commit is contained in:
2025-05-28 09:05:50 +03:30
parent 969a14d9b6
commit 9929eeffd0
+1 -1
View File
@@ -5,7 +5,7 @@ services:
frontend:
build:
context: .
dockerfile: dockerfile
dockerfile: Dockerfile
args:
- NODE_ENV=production
- NEXT_TELEMETRY_DISABLED=1