mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-31 20:32:34 +00:00
* fix(Docker): improve build and compose files - Adapted `Dockerfile` so the PWD will point to the `/config` folder in the image - Modified the `docker-compose.yml` to follow the Dockerfile logic - Added a LABEL to the docker image so it points to the source code * refactor(Dockerfile): comment WORKDIR /config instruction * feat(Dockerfile): move back to `/pumpkin` as root folder
8 lines
102 B
YAML
8 lines
102 B
YAML
services:
|
|
pumpkin:
|
|
build: .
|
|
ports:
|
|
- 25565:25565
|
|
volumes:
|
|
- ./data:/pumpkin
|