您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
- FROM bilde2910/hauk:stable-1.x
-
- COPY config.php /etc/hauk/
-
- COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
- RUN chmod 755 /usr/local/bin/docker-entrypoint.sh
-
- ENTRYPOINT []
- CMD ["/usr/local/bin/docker-entrypoint.sh"]
|