Fix back and front

This commit is contained in:
dvirlabs 2025-07-01 09:31:24 +03:00
parent 42ebf07216
commit 482eba3bd1
2 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,6 @@ app = FastAPI()
app.add_middleware(
CORSMiddleware,
allow_origins=["*"], # בהמשך תוכל לצמצם לכתובת הפרונטאנד
allow_credentials=True,
allow_methods=["*"],
allow_headers=["*"],
)

View File

@ -27,4 +27,4 @@ RUN dos2unix /entrypoint.sh && chmod +x /entrypoint.sh
EXPOSE 80
ENTRYPOINT ["/entrypoint.sh"]
CMD ["nginx", "-g", "daemon off;"]
CMD ["nginx", "-g", "daemon off;"]