AnPDockerServer/AnPServer/Dockerfile.debian

9 lines
204 B
Docker
Raw Normal View History

2024-10-12 13:22:40 +00:00
from debian
volume ./git /Projects
volume ./scripts /Scripts
volume ./files /Files
volume ../docker/Nginx/tmp /Nginx
copy install.sh /install.sh
run chmod +x /install.sh
run /install.sh
run rm /install.sh