Skip to content

Commit

Permalink
Hide generated files in docker volume
Browse files Browse the repository at this point in the history
  • Loading branch information
MrQubo committed Jun 27, 2024
1 parent e30fcdf commit d047c6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ services:
image: hugomods/hugo:latest
volumes:
- "./:/src/"
- "/src/public"
command: [
"hugo", "server", "--disableFastRender", "--bind", "0.0.0.0",
]
Expand Down

0 comments on commit d047c6e

Please sign in to comment.