OKR/build-image/mysql_del/Dockerfile

8 lines
197 B
Docker
Raw Normal View History

2025-05-28 16:57:11 +08:00
FROM mysql:8.0.33-debian
LABEL MAINTAINER='beaconfire'
ENV HOST="" PORT="" MYSQL_USER="" MYSQL_PASSWORD="" REMAIN_DAYS=""
COPY entrypoint.sh /usr/local/bin
CMD [ "/usr/local/bin/entrypoint.sh" ]