Fix: new source images for Docker that supports postcss modules
This commit is contained in:
parent
0b49aaee73
commit
b3507c002c
@ -3,14 +3,18 @@ version: "3.1"
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
build:
|
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:
|
volumes:
|
||||||
- "${PWD}/src:/src"
|
- "${PWD}/src:/src"
|
||||||
|
|
||||||
serve:
|
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
|
command: server -vv
|
||||||
volumes:
|
volumes:
|
||||||
- "${PWD}/src:/src"
|
- "${PWD}/src:/src"
|
||||||
ports:
|
ports:
|
||||||
- 1313:1313
|
- 1313:1313
|
||||||
|
stdin_open: true # -i
|
||||||
|
tty: true # -t
|
||||||
|
Loading…
Reference in New Issue
Block a user