mirror of
https://github.com/Snowiiii/Pumpkin.git
synced 2024-12-03 17:16:08 +00:00
1ae9c99b2d
* 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
|