fix: dockerfile (#76)
This commit is contained in:
parent
14e1e48fae
commit
859336e577
|
@ -13,4 +13,4 @@ WORKDIR /app
|
|||
COPY --from=builder /app/ .
|
||||
RUN chmod +x wait go-ldap-admin docker-start.sh && yum -y install vim net-tools telnet wget curl && yum clean all
|
||||
|
||||
CMD [ "sh", "-c", "docker-start.sh" ]
|
||||
CMD [ "sh", "-c", "/app/docker-start.sh" ]
|
Loading…
Reference in New Issue