mirror of https://github.com/istio/istio.io.git
Allow specifying additional CONTAINER_OPTIONS to help running (#7075)
tests locally
This commit is contained in:
parent
3b59501872
commit
da33c31d30
|
|
@ -13,7 +13,7 @@
|
|||
# limitations under the License.
|
||||
|
||||
# expose port 1313 from the container in order to support 'make serve' which runs a Hugo web server
|
||||
CONTAINER_OPTIONS = -p 1313:1313
|
||||
CONTAINER_OPTIONS = -p 1313:1313 ${ADDITIONAL_CONTAINER_OPTIONS}
|
||||
|
||||
# this repo is on the container plan by default
|
||||
BUILD_WITH_CONTAINER ?= 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue