fix: need to copy scripts folder
This commit is contained in:
parent
1998c66779
commit
1ea38add64
|
@ -24,7 +24,7 @@ WORKDIR /app
|
|||
COPY --from=builder /app/build /app/build
|
||||
COPY --from=builder /app/node_modules /app/node_modules
|
||||
COPY --from=builder /app/package.json /app/
|
||||
COPY --from=builder /app/bridge.mts /app/
|
||||
COPY --from=builder /app/scripts /app/scripts
|
||||
COPY --from=builder /app/app /app/app/
|
||||
|
||||
RUN apt-get update -y && apt-get install -y openssl
|
||||
|
|
Loading…
Reference in New Issue