diff --git a/Dockerfile.test b/Dockerfile.test index 04f0362..a2396e2 100644 --- a/Dockerfile.test +++ b/Dockerfile.test @@ -18,7 +18,7 @@ WORKDIR /root/ COPY --from=builder /app/rwapi . -COPY test.sh . +COPY ./utils/test.sh . ENV DATABASE_PATH :memory: