You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ru...@apache.org on 2019/10/30 20:10:56 UTC

[cassandra-website] branch master updated: Fixed docker builds

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 <jo...@jonhaddad.com>
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: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org