fix: dockerfile (#76)

This commit is contained in:
二丫讲梵 2022-07-13 12:46:28 +08:00 committed by GitHub
parent 14e1e48fae
commit 859336e577
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@ WORKDIR /app
COPY --from=builder /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 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" ]