+ created alias scripts for lgsm commands

This commit is contained in:
Lucas Briese
2019-10-15 16:25:44 +02:00
parent ea794820ec
commit 1819fac32e
3 changed files with 42 additions and 2 deletions

View File

@ -34,7 +34,7 @@ ENTRYPOINT ["./home/entrypoint.sh"]
#WORKDIR "$STEAM_PATH"
COPY ["entrypoint.sh", "initCron.sh", "/home/"]
COPY ["entrypoint.sh", "initCron.sh", "createAlias.sh", "/home/"]
# procps needed for ps command
# iproute2 needed because of "-slim"
@ -52,6 +52,7 @@ RUN dpkg --add-architecture i386 && \
chown -R "$DOCKER_USER:$DOCKER_USER" "$STEAM_PATH" && \
chmod a=rx /home/entrypoint.sh && \
chmod a=rx /home/initCron.sh && \
chmod a=rx /home/createAlias.sh && \
\
ulimit -n 2048 && \
\