Sign in
chromium
/
external
/
github.com
/
unicode-org
/
unicodetools
/
refs/heads/emoji_15_1_alpha
/
.
/
UnicodeJsps
/
port-entrypoint.sh
blob: 7e74566e1a4fcee3bebf7dbb85cf3ef63c7e0d9c [
file
] [
log
] [
blame
] [
edit
]
#!/bin/sh
# This entrypoint is sensitive to the PORT variable.
PORT
=
$
{
PORT
-
8080
}
export PORT
set
-
x
exec
/
docker
-
entrypoint
.
sh $
*
jetty
.
http
.
port
=
$
{
PORT
}