Add pipeline and created entrypoint.sh for Dockerfile
This commit is contained in:
@@ -4,4 +4,6 @@ RUN dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noar
|
||||
RUN dnf update -y && dnf upgrade -y
|
||||
RUN dnf install -y memcached
|
||||
RUN yum clean all
|
||||
ENTRYPOINT [ " /usr/bin/memcached -u memcached -l 0.0.0.0" ]
|
||||
COPY ./scripts/entrypoint.sh /
|
||||
RUN chmod +x /entrypoint.sh
|
||||
ENTRYPOINT [ "/entrypoint.sh" ]
|
Reference in New Issue
Block a user