Skip to content
Snippets Groups Projects
  • Konrad Mohrfeldt's avatar
    62d4d3d2
    fix(docker): rework variable replacements in production · 62d4d3d2
    Konrad Mohrfeldt authored
    We use a script to update variables at runtime that usually can only be
    injected at build time. Since we’ve migrated to Vite as build tool the
    paths the string substitution has been performed on have changed.
    
    The paths have now been updated and should be future-proof, as we take
    the whole dist directory into account.
    62d4d3d2
    History
    fix(docker): rework variable replacements in production
    Konrad Mohrfeldt authored
    We use a script to update variables at runtime that usually can only be
    injected at build time. Since we’ve migrated to Vite as build tool the
    paths the string substitution has been performed on have changed.
    
    The paths have now been updated and should be future-proof, as we take
    the whole dist directory into account.