Phoenix 1.6.0.rc-0 esbuild assets.deploy fails in production

Hi

Last weekend I deployed a Phoenix 1.6 app to fly.io and ran into the same esbuild error that you encountered :slight_smile:

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?