Hi
Last weekend I deployed a Phoenix 1.6 app to fly.io and ran into the same esbuild error that you encountered ![]()
I fixed it by having the following line in my Dockerfile
RUN DATABASE_URL=ignore FLY_APP_NAME=ignore mix assets.deploy
Does that work for you?






















