mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-04-05 03:10:57 -04:00
fix
This commit is contained in:
parent
9664c6d9cd
commit
561594d953
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ COPY . .
|
||||||
FROM base AS release
|
FROM base AS release
|
||||||
COPY --from=prerelease /usr/src/app/public /usr/src/app/src .
|
COPY --from=prerelease /usr/src/app/public /usr/src/app/src .
|
||||||
COPY --from=prerelease /usr/src/app/package.json .
|
COPY --from=prerelease /usr/src/app/package.json .
|
||||||
|
RUN chown -R bun /usr/src/app
|
||||||
|
|
||||||
# run the app
|
# run the app
|
||||||
USER bun
|
USER bun
|
||||||
|
|
Loading…
Add table
Reference in a new issue