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.
2 parents 685e54d + 64e9ea7 commit 00a2f38Copy full SHA for 00a2f38
Makefile
@@ -45,7 +45,7 @@ docker-build:
45
$(DOCKER_RUN) $(DOCKER_IMAGE) hugo
46
47
docker-serve:
48
- $(DOCKER_RUN) -p 1313:1313 $(DOCKER_IMAGE) hugo server --buildFuture --bind 0.0.0.0
+ $(DOCKER_RUN) --mount type=tmpfs,destination=/src/resources,tmpfs-mode=0755 -p 1313:1313 $(DOCKER_IMAGE) hugo server --buildFuture --bind 0.0.0.0
49
50
test-examples:
51
scripts/test_examples.sh install
0 commit comments