Add Template config file in template directory

This commit is contained in:
TuRz4m 2015-11-05 16:02:00 +01:00
commit 94f2005ba7
3 changed files with 29 additions and 22 deletions

View file

@ -44,6 +44,7 @@ RUN usermod -a -G sudo steam
# Copy & rights to folders
COPY run.sh /home/steam/run.sh
COPY crontab /home/steam/crontab
COPY arkmanager-user.cfg /home/steam/arkmanager.cfg
RUN chmod 777 /home/steam/run.sh