Jenkins fixes

This commit is contained in:
Olusesan Ameye
2022-10-08 21:36:41 +00:00
parent 413079950d
commit 7893574426
2 changed files with 6 additions and 2 deletions
+3 -2
View File
@@ -3,12 +3,13 @@ services:
wrenchtoken-web:
build:
context: .
image: registry.chiefsoft.net/wrenchtoken-web:latest
dockerfile: docker/apache/Dockerfile
args:
uid: ${UID}
environment:
- APACHE_RUN_USER=#${UID}
- APACHE_RUN_GROUP=#${UID}
- APACHE_RUN_USER=${UID}
- APACHE_RUN_GROUP=${UID}
restart: unless-stopped
volumes:
- ./:/var/www/html