mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-04-04 19:10:56 -04:00
testing
This commit is contained in:
parent
0f3d3f416e
commit
245597c494
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ RUN cd /temp/dev && bun install --frozen-lockfile
|
|||
FROM base AS prerelease
|
||||
COPY --from=install /temp/dev/node_modules node_modules
|
||||
COPY . .
|
||||
RUN chown bun /usr/src/app
|
||||
|
||||
|
||||
|
||||
# run the app
|
||||
|
|
Loading…
Add table
Reference in a new issue