From 1ea38add64cae970638ac26cb7281d3966077f77 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 24 Dec 2023 22:45:08 -0500 Subject: [PATCH] fix: need to copy scripts folder --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3514c27..b4a93a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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