Allow specifying additional CONTAINER_OPTIONS to help running (#7075)

tests locally
This commit is contained in:
Eric Van Norman 2020-04-14 09:29:43 -05:00 committed by GitHub
parent 3b59501872
commit da33c31d30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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