This commit is contained in:
Matthew Tran
2025-05-04 04:34:20 -07:00
parent f2df23ad98
commit 007243c99e
15 changed files with 80 additions and 62 deletions
+1 -1
View File
@@ -13,5 +13,5 @@ COPY entry.sh ./
COPY permissions.json ./
COPY server.properties ./
RUN ln -s /root/data /root/worlds
RUN ln -s /data /root/worlds
CMD ["/bin/bash", "/root/entry.sh"]