minor fixes (entrypoint) and restructuring

This commit is contained in:
2021-06-08 12:28:09 +02:00
parent aef1499e65
commit ea3195a93c
4 changed files with 51 additions and 26 deletions

View File

@@ -45,7 +45,7 @@ COPY cobald-entrypoint.sh /usr/local/sbin/docker-entrypoint.sh
RUN chmod 755 /usr/local/sbin/docker-entrypoint.sh
ENTRYPOINT /usr/local/sbin/docker-entrypoint.sh
ENTRYPOINT [ "/usr/local/sbin/docker-entrypoint.sh" ]
RUN yum -y install iproute &&\
yum clean all && rm -rf /var/cache/yum