Skip to content

Commit

Permalink
Merge pull request #6 from Sanic/docker-compose
Browse files Browse the repository at this point in the history
Adding docker-compose file from other repo
  • Loading branch information
MaxGandyra authored Mar 7, 2024
2 parents ead062a + 7c5b081 commit 2eb54e0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: '3'
services:
hugo-dev:
image: 'klakegg/hugo:0.111.3-ext-ubuntu-ci'
stdin_open: true
tty: true
user: root
command: hugo server
working_dir: /src
ports:
- 1313:1313
volumes:
- .:/src:rw

0 comments on commit 2eb54e0

Please sign in to comment.