diff --git a/Dockerfile b/Dockerfile index a93ca54..eec087a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM container.psi.ch/images/rhel9 +EXPOSE 8080 + RUN dnf install -y elog -CMD ["/bin/bash", "-c", "/etc/rc.d/init.d/elogd start && tail -f /dev/null"] \ No newline at end of file +CMD ["/bin/bash", "-c", "/etc/rc.d/init.d/elogd start && tail -f /dev/null"]