diff --git a/Dockerfile b/Dockerfile index a4ea7ee..da3d6c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,6 +31,7 @@ RUN corepack prepare yarn@stable --activate WORKDIR /app COPY --from=builder /app/.next ./.next COPY --from=builder /app/.yarn ./.yarn +COPY . ./ EXPOSE 3000