wrong source of copy in dockerfile
This commit is contained in:
parent
ce99f82642
commit
b337842ef4
|
@ -23,7 +23,7 @@ RUN cd /temp/prod && bun install --production --frozen-lockfile
|
||||||
FROM base AS release
|
FROM base AS release
|
||||||
COPY --from=install /temp/prod/node_modules node_modules
|
COPY --from=install /temp/prod/node_modules node_modules
|
||||||
COPY --from=install /usr/src/app/src ./src
|
COPY --from=install /usr/src/app/src ./src
|
||||||
COPY --from=install /usr/src/app/package.json .
|
COPY --from=install /temp/prod/package.json .
|
||||||
|
|
||||||
# run the app
|
# run the app
|
||||||
USER bun
|
USER bun
|
||||||
|
|
Loading…
Reference in New Issue