A Docker setup for Phanpy (to test it out)
Go to file
2024-01-02 23:17:28 +01:00
.drone.yml Some experiment to try things out 2023-12-14 12:18:11 +01:00
Dockerfile Some experiment to try things out 2023-12-14 12:18:11 +01:00
Dockerfile_phanpy Update to latest version 2024-01-02 23:17:28 +01:00
README.md Update to latest version 2024-01-02 23:17:28 +01:00

Phanpy Docker setup and Drone build

This is an experiment. To build and run locally:

docker build . -t phanpy:latest -f Dockerfile_phanpy

To run the container in the background:

docker run -d -p 8000:80 -t phanpy:latest

Now access Phanpy on http://localhost:8000