Update to latest version

This commit is contained in:
Benjamin Bach 2024-01-02 23:17:28 +01:00
parent 266c7b9fff
commit 36a961181a
No known key found for this signature in database
GPG Key ID: 486F0D69C845416E
2 changed files with 3 additions and 3 deletions

View File

@ -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 && \

View File

@ -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