cloudflare / daphne

Implementation of DAP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker: Use wrangler instead of miniflare

cjpatton opened this issue · comments

miniflare.Dockerfile uses miniflare@2.11.0:
https://github.com/cloudflare/daphne/blob/main/docker/miniflare.Dockerfile#L23

We should switch to wrangler@latest, since this is what we actually use in tests.

I have this working on the docker branch now, though I haven't gotten "experimental-local" working yet. It uses pre-compiled stuff so does not cause a rust build at deployment time.

I suspect we should be good to go as of wrangler 3.

agreed!