Unify workspace dropdowns; Update layouts (#458)
Unified Account and Workspace drop-downs; Layout updates, now header lives within the PageBody component; Sidebars now use floating variant
This commit is contained in:
committed by
GitHub
parent
ca585e09be
commit
4bc8448a1d
@@ -65,7 +65,7 @@ ENV PORT=3000
|
||||
ENV HOSTNAME="0.0.0.0"
|
||||
|
||||
HEALTHCHECK --interval=90s --timeout=5s --retries=3 \
|
||||
CMD curl -f http://localhost:3000/healthcheck || exit 1
|
||||
CMD curl -f http://localhost:3000/api/healthcheck || exit 1
|
||||
|
||||
# Start the server
|
||||
CMD ["node", "apps/web/server.js"]
|
||||
Reference in New Issue
Block a user