From f525ab9ac8f4d73a4e971a93b46934a0aef740b2 Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 3 Jul 2024 18:46:34 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 67a320f..dc71768 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,3 @@ WORKDIR /var/www/html # Copy the plugin files from the build stage COPY --from=build /app/wp-content/plugins/simple-jaeger /var/www/html/wp-content/plugins/simple-jaeger - -# Set correct permissions for the plugin files (optional) -RUN chown -R www-data:www-data /var/www/html/wp-content/plugins/simple-jaeger