You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$(CONTAINER_RUN_TTY)$(CONTAINER_HUGO_ENV)$(CONTAINER_HUGO_MOUNTS)$(CONTAINER_RENDER_MOUNT)$(CONTAINER_IMAGE) bash -c 'cd /src && hugo mod get && hugo --noBuildLock --destination /out --logLevel info --ignoreCache --minify'
138
+
@$(IMAGE_ENSURE)
139
+
$(CONTAINER_HUGO_RUN)$(CONTAINER_RENDER_MOUNT)$(CONTAINER_IMAGE) bash -c 'cd /src && hugo mod get && hugo --noBuildLock --destination /out --logLevel info --ignoreCache --minify'
134
140
135
141
docker-server:
136
142
@echo -e "**** The use of docker-server is deprecated. Use container-server instead. ****"1>&2
137
143
$(MAKE) container-server
138
144
139
145
container-server: ## Run Hugo locally within a container, available at http://localhost:1313/
0 commit comments