From 947add967799b6be2d319245433f6e3d7597d83c Mon Sep 17 00:00:00 2001 From: Holger Frey Date: Mon, 23 Aug 2021 14:43:04 +0200 Subject: [PATCH] trying to get rid of segfault, changing to ubuntu --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 355debf..25ff510 100644 --- a/Dockerfile +++ b/Dockerfile @@ -49,5 +49,5 @@ ENV APACHE_RUN_USER=deploy ENV APACHE_RUN_GROUP=deploy -#USER deploy +USER deploy CMD ["httpd-foreground"] \ No newline at end of file