From 61f0d4cdc9d40be9333edb5baf329f3e055833d4 Mon Sep 17 00:00:00 2001 From: Johan Janssens Date: Mon, 11 Oct 2021 18:38:16 +0200 Subject: [PATCH] #20 - Fixed typo --- .gitpod/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod/Dockerfile b/.gitpod/Dockerfile index e9939d39..74492005 100644 --- a/.gitpod/Dockerfile +++ b/.gitpod/Dockerfile @@ -53,7 +53,7 @@ RUN /bin/bash -e /var/scripts/composer_install.sh # Permissions RUN mkdir -p $APP_VOLUME; \ chown -R $APP_USER:$APP_USER $APP_VOLUME; \ - chown -R $APP_USER:$APP_USER $APP_DATA \ + chown -R $APP_USER:$APP_USER $APP_DATA; \ chown -R $APP_USER:$APP_USER /var/lib/mysql USER gitpod