A Docker setup for Phanpy (to test it out)
Go to file
2024-06-05 11:34:31 +02:00
.drone.yml Simplify, have just 1 Dockerfile 2024-01-06 14:08:17 +01:00
Dockerfile Bump le version 2024-06-05 11:34:31 +02:00
README.md Simplify, have just 1 Dockerfile 2024-01-06 14:08:17 +01:00

Phanpy Docker setup and Drone build

This is an experiment. To build and run locally:

docker build . -t phanpy:latest

To run the container in the background:

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

Now access Phanpy on http://localhost:8000