From 2649e0682f4b4b23c9bc4e6d91a1e060318dc71a Mon Sep 17 00:00:00 2001 From: Alex Kern Date: Mon, 21 Oct 2019 19:05:30 -0700 Subject: [PATCH] Update docker tag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a09da78..65250ef 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ A hosted instance of FilePizza is available at [file.pizza](https://file.pizza). The recommended way to deploy FilePizza is as a [Docker container](https://hub.docker.com/r/kern/filepizza). - $ docker run -p 8080:8080 -e PORT=8080 -it kern/filepizza:latest + $ docker run -p 8080:8080 -e PORT=8080 -it kern/filepizza:master You can also use [zeit/now](https://zeit.co/now):