From 36a961181ac7cffe156dc7931ced24ad3ded3433 Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Tue, 2 Jan 2024 23:17:28 +0100 Subject: [PATCH] Update to latest version --- Dockerfile_phanpy | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile_phanpy b/Dockerfile_phanpy index b785deb..cbc10ef 100644 --- a/Dockerfile_phanpy +++ b/Dockerfile_phanpy @@ -5,7 +5,7 @@ RUN apk add git RUN cd / && \ git clone https://github.com/cheeaun/phanpy.git && \ cd phanpy && \ - git checkout 2023.12.13.19da64a + git checkout 2023.12.31.8aa0542 # builds to /phanpy/dist RUN cd /phanpy && \ diff --git a/README.md b/README.md index 8a30c7b..6b13d38 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ This is an experiment. To build and run locally: docker build . -t phanpy:latest -f Dockerfile_phanpy ``` -To run the container: +To run the container in the background: ``` -docker run -p 8000:80 -t phanpy:latest +docker run -d -p 8000:80 -t phanpy:latest ``` Now access Phanpy on http://localhost:8000