You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -64,15 +64,15 @@ RUN for i in $(find ./plugins-old/*/main.js); do plugin_name=$(echo $i|cut -d'/'
64
64
RUN for i in $(find ./plugins-old/*/package.json); do plugin_name=$(echo $i|cut -d'/' -f3); mkdir -p plugins/$plugin_name; cp $i plugins/$plugin_name; done
65
65
66
66
# Static (officially shipped) plugins
67
-
FROM --platform=${BUILDPLATFORM} frontend-build as static-plugins
67
+
FROM --platform=${BUILDPLATFORM} frontend-build AS static-plugins
0 commit comments