fix: need to copy scripts folder

This commit is contained in:
Derrick Hammer 2023-12-24 22:45:08 -05:00
parent 1998c66779
commit 1ea38add64
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -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