Update Dockerfile
This commit is contained in:
parent
71bc98b2f2
commit
f525ab9ac8
|
@ -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
|
|
||||||
|
|
Loading…
Reference in New Issue