A Docker setup for Phanpy (to test it out)
Go to file
Benjamin Bach 266c7b9fff
Some stuff that works
2023-12-14 12:29:14 +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 Some stuff that works 2023-12-14 12:29:14 +01:00
README.md Some stuff that works 2023-12-14 12:29:14 +01:00

README.md

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:

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

Now access Phanpy on http://localhost:8000