mirror of
https://github.com/bitwarden/server.git
synced 2025-05-23 04:21:05 -05:00
Full localhost url
This commit is contained in:
parent
8a7fa35fc6
commit
d3056b9acf
@ -3,7 +3,7 @@
|
|||||||
## start Structurizr Lite with the given workspace file, relative to the current working directory. Omit the file extension.
|
## start Structurizr Lite with the given workspace file, relative to the current working directory. Omit the file extension.
|
||||||
## Optional second argument of a port number to use. Default is 8085.
|
## Optional second argument of a port number to use. Default is 8085.
|
||||||
|
|
||||||
echo "hosting on ${PORT:=${2:-8085}}"
|
echo "hosting on http://localhost:${PORT:=${2:-8085}}"
|
||||||
# Check if the workspace file exists
|
# Check if the workspace file exists
|
||||||
if [ ! -f "$1.dsl" ]; then
|
if [ ! -f "$1.dsl" ]; then
|
||||||
echo "Workspace file $1 does not exist."
|
echo "Workspace file $1 does not exist."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user