Fix: new source images for Docker that supports postcss modules

feature/oscar-theme
Óscar M. Lage 2022-01-20 01:12:18 +01:00
parent 0b49aaee73
commit b3507c002c
1 changed files with 6 additions and 2 deletions

View File

@ -3,14 +3,18 @@ version: "3.1"
services:
build:
image: klakegg/hugo:0.88.0-ext-alpine
# image: klakegg/hugo:0.88.0-ext-alpine
image: oscarmlage/hugo:0.88.0-ext-alpine
volumes:
- "${PWD}/src:/src"
serve:
image: klakegg/hugo:0.88.0-ext-alpine
# image: klakegg/hugo:0.88.0-ext-alpine
image: oscarmlage/hugo:0.88.0-ext-alpine
command: server -vv
volumes:
- "${PWD}/src:/src"
ports:
- 1313:1313
stdin_open: true # -i
tty: true # -t