Increase the size of select diagram and add .gitignore to backend

This commit is contained in:
dvirlabs 2025-07-13 05:43:49 +03:00
parent 1d27e4841e
commit 3ad6d53261
5 changed files with 8 additions and 3 deletions

1
backend/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
digrams/

View File

@ -9,4 +9,4 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . . COPY . .
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"] CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
EXPOSE 8000 EXPOSE 8000

View File

@ -0,0 +1,4 @@
{
"nodes": [],
"edges": []
}

View File

@ -26,4 +26,4 @@ COPY 10-generate-env.sh /docker-entrypoint.d/10-generate-env.sh
RUN dos2unix /docker-entrypoint.d/10-generate-env.sh && chmod +x /docker-entrypoint.d/10-generate-env.sh RUN dos2unix /docker-entrypoint.d/10-generate-env.sh && chmod +x /docker-entrypoint.d/10-generate-env.sh
EXPOSE 80 EXPOSE 80
CMD ["nginx", "-g", "daemon off;"] CMD ["nginx", "-g", "daemon off;"]

View File

@ -207,7 +207,7 @@ function Diagram() {
color: 'white', color: 'white',
cursor: 'pointer', cursor: 'pointer',
appearance: 'none', appearance: 'none',
width: 180, width: 230,
paddingRight: 32, paddingRight: 32,
}} }}
> >