NorbiPeti
453720ddde
It took a while to properly mount the folder to both containers Might be a bit overcomplicated but whatever At the moment it creates the volume at /mcserver on the host
7 lines
118 B
Docker
7 lines
118 B
Docker
FROM eclipse-temurin:17-jre-focal
|
|
|
|
COPY .docker/server/start.sh ./
|
|
|
|
WORKDIR /mcserver
|
|
|
|
ENTRYPOINT ["sh", "/start.sh"]
|