diff --git a/Dockerfile b/Dockerfile index d05f3ad..75130df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,6 +24,7 @@ RUN corepack yarn install # copy source code to /squid/src folder COPY . . +RUN ls /squid/db/migrations RUN corepack yarn build