This is an automated email from the ASF dual-hosted git repository.
rustyrazorblade pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-website.git
The following commit(s) were added to refs/heads/master by this push:
new 28cdbd7 Fixed docker builds
28cdbd7 is described below
commit 28cdbd705ec2a3194f7a581dd2702dab15238043
Author: Jon Haddad <[email protected]>
AuthorDate: Wed Oct 30 13:09:10 2019 -0700
Fixed docker builds
---
docker-compose.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker-compose.yml b/docker-compose.yml
index 261f99c..cfa944c 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -6,7 +6,7 @@ services:
image: cassandra-website:latest
volumes:
- ./src:/usr/src/cassandra-site/src
- - ./content:/usr/src/cassandra-site/content
+ - ./content:/usr/src/cassandra-site/publish
cassandra-website-serve:
build: .
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]