Fix instrument file not being added to docker image
This commit is contained in:
parent
cbae4cc0c4
commit
c8b0da5cad
1 changed files with 1 additions and 0 deletions
|
|
@ -21,5 +21,6 @@ COPY --from=build-env /app/build /app/build
|
|||
COPY --from=build-env /app/dist /app/dist
|
||||
COPY ./drizzle /app/drizzle
|
||||
COPY ./drizzle.config.ts /app/drizzle.config.ts
|
||||
COPY ./instrument.server.mjs /app/instrument.server.mjs
|
||||
WORKDIR /app
|
||||
CMD ["npm", "run", "start"]
|
||||
Loading…
Add table
Reference in a new issue