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

README.md

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