Fixed entrypoint to start server automatically and made some scroll wheel changes. Getting very close to release point.
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
nginx -g "daemon off;" &
|
nginx -g "daemon off;" &
|
||||||
|
|
||||||
# Start Node.js backend
|
# Start Node.js backend
|
||||||
node src/backend/index.js
|
node src/backend/server.cjs
|
||||||
|
|
||||||
# Keep container running
|
# Keep container running
|
||||||
wait
|
wait
|
||||||
@@ -14,6 +14,8 @@ const AddHostModal = ({ isHidden, form, setForm, handleAddHost, setIsAddHostHidd
|
|||||||
color: theme.palette.text.primary,
|
color: theme.palette.text.primary,
|
||||||
padding: 3,
|
padding: 3,
|
||||||
borderRadius: 10,
|
borderRadius: 10,
|
||||||
|
overflowX: 'hidden',
|
||||||
|
overflowY: 'auto',
|
||||||
}}>
|
}}>
|
||||||
<DialogTitle>Add Host</DialogTitle>
|
<DialogTitle>Add Host</DialogTitle>
|
||||||
<DialogContent>
|
<DialogContent>
|
||||||
|
|||||||
Reference in New Issue
Block a user