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
Current plan after talking with @jdhoffa: don't integrate dashboard build files in package, but in docker image, (using COPY --from <pacta-dashboard-svelte-image> and move npm run build to a RUN command in that image, so that the built dashboard files are available there.
Integrate the build artifacts from
pacta-dashboard-svelte
Possible mechanism here is the use of git submodules, during the build/update process.
The text was updated successfully, but these errors were encountered: