Skip to content

Instantly share code, notes, and snippets.

@Sapd
Created April 16, 2018 17:48
Show Gist options
  • Save Sapd/9a19edefa74cea912a68b4a2be481eca to your computer and use it in GitHub Desktop.
Save Sapd/9a19edefa74cea912a68b4a2be481eca to your computer and use it in GitHub Desktop.
# ----------------------------------
# Pterodactyl Dockerfile for Eco
# Environment: Mono
# Minimum Panel Version: 0.6.0
# ----------------------------------
FROM mono:5.8
MAINTAINER Denis Arnst, <mail@arnst.cc>
RUN useradd -m container
USER container
ENV HOME=/home/container USER=container
WORKDIR /home/container
COPY ./entrypoint.sh /entrypoint.sh
CMD ["/bin/bash", "/entrypoint.sh"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment