refactor: 👷 Verbose logging and serve in docker-compose

master
Keith Irwin 2023-10-17 23:55:22 -06:00
parent adb123aa0e
commit 66aeb54b38
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ version: "3"
services:
build:
build: .
command: build
command: serve
volumes:
- "./_src:/app/_src:ro"
- "./_site:/app/_site:rw"

View File

@ -4,8 +4,8 @@
"description": "Public website for Galactic Fortress 4",
"repository": "https://gitea.ksn.gf4/gf4/www",
"scripts": {
"build": "npx @11ty/eleventy --quiet",
"serve": "npx @11ty/eleventy --quiet --serve"
"build": "npx @11ty/eleventy",
"serve": "npx @11ty/eleventy --serve"
},
"author": "Keith Irwin",
"license": "UNLICENSED",