diff options
| author | Alexandre Vicenzi <vicenzi.alexandre@gmail.com> | 2020-02-18 22:09:38 +0100 |
|---|---|---|
| committer | Alexandre Vicenzi <vicenzi.alexandre@gmail.com> | 2020-02-18 22:09:38 +0100 |
| commit | 617de6b1209ca5f924bc68e3fd9988833547b1c4 (patch) | |
| tree | dfb62fec0cf501fb97a676d9ddc2b29e671c0bc8 /docker-compose.yml | |
| parent | 81ec1fd536684413999f8b341eaf7bc27beeef2c (diff) | |
Smaller docker image
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 0cf6b82..f8f380f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,10 +2,10 @@ version: '3' services: app: build: . - working_dir: /go/src/github.com/alexandrevicenzi/soho/exampleSite + working_dir: /blog command: hugo server -v --bind "0.0.0.0" --port 1313 --watch -t soho ports: - "1313:1313" volumes: - - ./exampleSite:/go/src/github.com/alexandrevicenzi/soho/exampleSite - - .:/go/src/github.com/alexandrevicenzi/soho/exampleSite/themes/soho + - ./exampleSite:/blog + - .:/blog/themes/soho |
