fix: 🐛 Build on server, not dev

master
Keith Irwin 2023-10-18 00:07:47 -06:00
parent 66aeb54b38
commit 14eb7945a4
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
_site/ _site/
node_modules/ node_modules/
**/*.bak **/*.bak
docker-compose.override.yml

View File

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