Skip to content

Commit

Permalink
fix: copy iframe.css on lagoon
Browse files Browse the repository at this point in the history
  • Loading branch information
pmelab committed Apr 16, 2024
1 parent 24bf53c commit 7c5bcff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .lagoon/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ FROM uselagoon/nginx-drupal as nginx

COPY --from=cli /app /app
RUN cd /app/web && cp ../node_modules/@custom/ui/build/gutenberg.css .
RUN cd /app/web && cp ../node_modules/@custom/ui/build/iframe.css .
COPY .lagoon/nginx-conf/redirects-map.conf /etc/nginx/redirects-map.conf

WORKDIR /app
Expand Down

0 comments on commit 7c5bcff

Please sign in to comment.