We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 939da21 commit 8ece13eCopy full SHA for 8ece13e
Makefile.overrides.mk
@@ -13,7 +13,11 @@
13
# limitations under the License.
14
15
# expose port 1313 from the container in order to support 'make serve' which runs a Hugo web server
16
+ifeq ($(filter serve,$(MAKECMDGOALS)),serve)
17
CONTAINER_OPTIONS = -p 1313:1313 ${ADDITIONAL_CONTAINER_OPTIONS}
18
+else
19
+CONTAINER_OPTIONS = ${ADDITIONAL_CONTAINER_OPTIONS}
20
+endif
21
22
# this repo is on the container plan by default
23
BUILD_WITH_CONTAINER ?= 1
0 commit comments