diff --git a/.lagoon/Dockerfile b/.lagoon/Dockerfile index 147753ba6..d2f767311 100644 --- a/.lagoon/Dockerfile +++ b/.lagoon/Dockerfile @@ -71,9 +71,7 @@ RUN apk add --no-cache imagemagick qpdf icu-dev && \ docker-php-ext-enable intl COPY --from=cli /app /app -RUN cd /app/web && \ - ln -s ../node_modules/@custom/ui/build/gutenberg.css . && \ - ln -s ../node_modules/@custom/ui/build/iframe.css . +RUN cd /app/web && cp ../node_modules/@custom/ui/build/gutenberg.css . WORKDIR /app ENV WEBROOT=web diff --git a/apps/website/gatsby-config.mjs b/apps/website/gatsby-config.mjs index 9236caa7c..6f3687959 100644 --- a/apps/website/gatsby-config.mjs +++ b/apps/website/gatsby-config.mjs @@ -47,6 +47,7 @@ export default { options: { directories: { 'node_modules/@custom/ui/build/styles.css': '/styles.css', + 'node_modules/@custom/ui/build/iframe.css': '/iframe.css', 'node_modules/@custom/ui/static/public': '/', 'node_modules/@custom/decap/dist': '/admin', 'node_modules/@custom/decap/media': '/media',