mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-09 02:54:05 +00:00
Fix all shellcheck warnings
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
export NAME
|
||||
|
||||
# Exposed container port
|
||||
: ${PORT:=80}
|
||||
: "${PORT:=80}"
|
||||
export PORT
|
||||
|
||||
# Container work volume name
|
||||
|
Reference in New Issue
Block a user