removed obsolete tailf alias creation from Dockerfile.tpl

This commit is contained in:
Axel Uhl
2019-03-19 22:42:22 +01:00
parent 294a869f17
commit 4828fbb25b
-1
View File
@@ -14,6 +14,5 @@ RUN wget -O /tmp/RELEASE.tar.gz http://releases.sapsailing.com/RELEASE/RELEASE.t
COPY env.sh .
COPY start .
COPY JavaSE-11.profile .
RUN echo "alias tailf=\"tail -f\"" >>/root/.bashrc
EXPOSE 8888 14888 8000 7091 6666
CMD [ "/home/sailing/servers/server/start", "fg" ]