mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-04-04 19:10:56 -04:00
fix docker file
This commit is contained in:
parent
561594d953
commit
6ae4ec6847
1 changed files with 0 additions and 5 deletions
|
@ -15,11 +15,6 @@ FROM base AS prerelease
|
||||||
COPY --from=install /temp/dev/node_modules node_modules
|
COPY --from=install /temp/dev/node_modules node_modules
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
# copy production dependencies and source code into final image
|
|
||||||
FROM base AS release
|
|
||||||
COPY --from=prerelease /usr/src/app/public /usr/src/app/src .
|
|
||||||
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