add bugsnag key as a build arg to dockerfile

This commit is contained in:
Grant 2024-07-12 13:23:55 -06:00
parent dd8f8068e7
commit c2fba721f4
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ RUN sed -i -e 's/"main": ".*"/"main": ".\/dist\/index.js"/' packages/lib/package
# --- build main client ---
ARG VITE_INCLUDE_EVENT_INFO
ARG VITE_BUGSNAG_KEY
RUN npm -w packages/client run build
# --- build admin ---