compose file: use v3 and no volume

The current target didn't have jekyll installed, so mounting the
source-files didn't do anything.

This patch removes the bind-mount.

Alternatively, we could switch back to using a jekyll stage (with
automatic rebuilding).

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2020-02-21 10:49:42 +01:00
parent 24c0299e4e
commit ebc86d840a
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
version: "2"
version: "3.7"
services:
docs:
build:
@ -8,5 +8,3 @@ services:
image: docs/docstage
ports:
- "4000:4000"
volumes:
- "./:/usr/src/app"