This commit is contained in:
@ -118,9 +118,9 @@ USER container
|
|||||||
WORKDIR /home/container
|
WORKDIR /home/container
|
||||||
ENV USER container
|
ENV USER container
|
||||||
ENV HOME /home/container
|
ENV HOME /home/container
|
||||||
COPY files/docker-java-home /usr/local/bin/docker-java-home
|
COPY _docker-java-home /usr/local/bin/docker-java-home
|
||||||
COPY files/bashrc /home/container/.bashrc
|
COPY _bashrc /home/container/.bashrc
|
||||||
COPY files/entrypoint.sh /entrypoint.sh
|
COPY _entrypoint.sh /entrypoint.sh
|
||||||
|
|
||||||
# Run Pterodactyl entrypoint
|
# Run Pterodactyl entrypoint
|
||||||
CMD ["/bin/bash", "/entrypoint.sh"]
|
CMD ["/bin/bash", "/entrypoint.sh"]
|
||||||
|
Reference in New Issue
Block a user