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;" &
|
||||
|
||||
# Start Node.js backend
|
||||
node src/backend/index.js
|
||||
node src/backend/server.cjs
|
||||
|
||||
# Keep container running
|
||||
wait
|
||||
@@ -14,6 +14,8 @@ const AddHostModal = ({ isHidden, form, setForm, handleAddHost, setIsAddHostHidd
|
||||
color: theme.palette.text.primary,
|
||||
padding: 3,
|
||||
borderRadius: 10,
|
||||
overflowX: 'hidden',
|
||||
overflowY: 'auto',
|
||||
}}>
|
||||
<DialogTitle>Add Host</DialogTitle>
|
||||
<DialogContent>
|
||||
|
||||
Reference in New Issue
Block a user