Skip to content

Commit

Permalink
add scripts to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecot committed Jan 14, 2024
1 parent 7750f57 commit 759f4a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@ COPY --from=install --chown=bun:bun /temp/dev/node_modules node_modules
COPY --from=prerelease --chown=bun:bun /usr/src/app/drizzle drizzle
COPY --from=prerelease --chown=bun:bun /usr/src/app/dist .

# Add scripts
COPY scripts/refreshQueryCache.sh scripts/refreshQueryCache.sh

# switch to user
USER bun

0 comments on commit 759f4a1

Please sign in to comment.