chore: add some files
This commit is contained in:
10
docker/php/CacheDev.Dockerfile
Normal file
10
docker/php/CacheDev.Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
# 使用官方PHP镜像
|
||||
FROM php:7.4.33-fpm-dev-newshop
|
||||
|
||||
# 设置工作目录
|
||||
WORKDIR /var/www/html
|
||||
|
||||
# 暴露端口
|
||||
EXPOSE 9000 9003
|
||||
|
||||
CMD ["php-fpm"]
|
||||
Reference in New Issue
Block a user