Update to latest version
This commit is contained in:
parent
266c7b9fff
commit
36a961181a
|
@ -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 && \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue