Increase the size of select diagram and add .gitignore to backend
This commit is contained in:
parent
1d27e4841e
commit
3ad6d53261
1
backend/.gitignore
vendored
Normal file
1
backend/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
digrams/
|
||||||
@ -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
|
||||||
|
|||||||
4
backend/diagrams/diagram_Exposed services.json
Normal file
4
backend/diagrams/diagram_Exposed services.json
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"nodes": [],
|
||||||
|
"edges": []
|
||||||
|
}
|
||||||
@ -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;"]
|
||||||
|
|||||||
@ -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,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user