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