From 76bc260bcc21e837195e381d0f1cb26a78fb2dc1 Mon Sep 17 00:00:00 2001 From: Tit Petric Date: Mon, 21 Aug 2017 10:36:43 +0200 Subject: [PATCH] update root fs --- run-docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-docker.sh b/run-docker.sh index edd6483..828663a 100755 --- a/run-docker.sh +++ b/run-docker.sh @@ -1,3 +1,3 @@ #!/bin/bash docker rm -f pendulum -docker run --name pendulum --restart=always -p 8080:8080 -d -v $(pwd)/contents:/app/public_html/contents titpetric/pendulum -port 8080 +docker run --name pendulum --restart=always -p 8080:8080 -d -v $(pwd)/contents:/app/contents titpetric/pendulum -port 8080