Skip to content

ifeiwu/pagepan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

295 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

本地开发环境

构建容器

docker build -t pagepan/php8.2 .
# 设置代理
docker build --build-arg http_proxy=http://43.154.193.127:11100 --build-arg https_proxy=http://43.154.193.127:11100 -t pagepan/php8.2 .

运行容器

docker run -d --restart=unless-stopped --hostname=dev --name qing-pagepan -p 8088:8080 -v /d/www/pagepan/src:/var/www/html -e PHP_DATE_TIMEZONE="Asia/Shanghai" -e SSL_MODE="off" pagepan/php8.2

安装项目依赖并优化自动加载器,常用于生产环境。

composer install --no-dev --optimize-autoloader

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published