Update Dockerfile

This commit is contained in:
colin 2024-07-03 18:46:34 +00:00
parent 71bc98b2f2
commit f525ab9ac8
1 changed files with 0 additions and 3 deletions

View File

@ -17,6 +17,3 @@ WORKDIR /var/www/html
# Copy the plugin files from the build stage # 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 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