Docker build fix

This commit is contained in:
2023-03-16 23:40:17 +00:00
parent 793103de2f
commit 47bd0a82ee
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
UID=1000
+3 -2
View File
@@ -1,6 +1,7 @@
version: '3'
services:
web:
api-mermsemr:
image: registry.myfit.ai/MERMS/api-mermsemr:latest
build:
context: .
dockerfile: docker/apache/Dockerfile
@@ -16,4 +17,4 @@ services:
ports:
- 8085:80
volumes:
src:
src: