Fetching tweets can take time! And it's limited by Twitter to 3200 maximum at any one time. Please view the >logfile to see its progress.
+ + +diff --git a/Dockerfile b/Dockerfile index 5ea035e..457ecdb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,7 @@ ADD nginx.ini /etc/supervisor.d/nginx.ini RUN mkdir -p /srv/http/u VOLUME /srv/http/u/ +VOLUME /srv/http/ EXPOSE 80 diff --git a/Makefile b/Makefile index 76bd8c3..8b4d3b8 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ build: docker build -t $(REPO) . start: - docker run -d --name $(NAME) -v /srv/www/greptweet.com:/srv/http/u -p 81:80 $(REPO) + docker run -d --name $(NAME) -v /mnt/2tb/greptweet/:/srv/http/u -v $(PWD)/www:/srv/http/ -p 81:80 $(REPO) stop: docker stop $(NAME) diff --git a/www/create.php b/www/create.php index 36e704e..37e2f8b 100755 --- a/www/create.php +++ b/www/create.php @@ -13,10 +13,9 @@ if(empty($id)) {
Fetching tweets can take time! And it's limited by Twitter to 3200 maximum at any one time. Please view the >logfile to see its progress.
+ + +