add bugsnag key as a build arg to dockerfile
This commit is contained in:
parent
dd8f8068e7
commit
c2fba721f4
|
@ -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 ---
|
||||
|
|
Loading…
Reference in New Issue