Deploy with Fly.io
To deploy your Copper app on fly.io, you'll first need to containerize the app.
Create Dockerfile
in your project root:
Customize Dockerfile
for your project like so:
If your project doesn't have a frontend, you can safely remove lines 2-9 and line 22
If your project doesn't use any storage, you can safely remove lines 32-33
Run flyctl launch
to launch your app.
You can find more details on deploying your Docker app here: https://fly.io/docs/getting-started/dockerfile/
Last updated