This commit is contained in:
Olusesan Ameye
2024-08-18 01:01:19 +00:00
parent 27aeffcfa3
commit 58878c6c10
2 changed files with 21 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
*/config/development
*/logs/log-*.php
!*/logs/index.html
*/cache/*
!system/cache/*
!*/cache/index.html
!*/cache/.htaccess
user_guide_src/build/*
user_guide_src/cilexer/build/*
user_guide_src/cilexer/dist/*
user_guide_src/cilexer/pycilexer.egg-info/*
#codeigniter 3
application/logs/*
!application/logs/index.html
!application/logs/.htaccess
/vendor/
apache_log/*
+1
View File
@@ -1,6 +1,7 @@
version: '3'
services:
merms-panel:
image: registry.chiefsoft.net/merms-panel:latest
build:
context: .
dockerfile: docker/apache/Dockerfile