mirror of
https://github.com/apotdevin/thunderhub.git
synced 2026-08-13 12:33:08 +02:00
fix: docker build drizzle (#713)
Co-authored-by: Bufo <bufo24@users.noreply.github.com>
This commit is contained in:
parent
10110403fe
commit
807c94711a
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ COPY --from=build /app/package.json ./
|
|||
COPY --from=build /app/node_modules/ ./node_modules
|
||||
COPY --from=build /app/src/client/dist/ ./src/client/dist
|
||||
COPY --from=build /app/dist/ ./dist
|
||||
COPY --from=build /app/drizzle/ ./drizzle
|
||||
|
||||
# Run as non-root user
|
||||
USER node
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue