mirror of
https://github.com/versia-pub/server.git
synced 2026-03-12 21:39:15 +01:00
feat(config): 🧑💻 Add custom tracing URL support to Sentry config
This commit is contained in:
parent
7d1522cc1e
commit
bc25896ed8
6 changed files with 18 additions and 1 deletions
|
|
@ -19,6 +19,11 @@ RUN mkdir -p /temp
|
|||
COPY . /temp
|
||||
# Copy dependencies
|
||||
COPY --from=install /temp/node_modules /temp/node_modules
|
||||
|
||||
# Set current Git commit hash as an environment variable
|
||||
ARG GIT_COMMIT
|
||||
ENV GIT_COMMIT=$GIT_COMMIT
|
||||
|
||||
# Build the project
|
||||
WORKDIR /temp
|
||||
RUN bun run build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue