Following the docs to create a static website

Create a Dockerfile
Inside the Dockerfile # Use an official Nginx runtime as a parent image
FROM nginx:alpine
Define Env name
Export port 80
Redeploy fly