5 Star 10 Fork 4

Gitee 极速下载/Urlhum

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/urlhum/UrlHum/archive/master.zip
克隆/下载
Dockerfile 531 Bytes
一键复制 编辑 原始数据 按行查看 历史
FROM php:alpine
WORKDIR /app
RUN apk add --no-cache composer npm libzip libpng-dev && docker-php-ext-install mysqli pdo pdo_mysql gd bcmath
COPY . ./
RUN composer install
RUN npm install
RUN npm run dev
RUN echo -e '#!/bin/sh\nuntil nc -z mysql 3306; do sleep 1; done\nphp artisan migrate -n --force\nif [ ! -f "/seed-done" ]; then php artisan db:seed -n --force && php artisan settings:set && touch /seed-done; fi\nphp artisan serve --host=0.0.0.0 --port=8000' > entrypoint.sh && chmod +x entrypoint.sh
CMD [ "./entrypoint.sh" ]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/mirrors/Urlhum.git
git@gitee.com:mirrors/Urlhum.git
mirrors
Urlhum
Urlhum
master

搜索帮助