You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have done the dockerfile that also including secrets as defined by docker
with something like this
[image: image.png]
```
mkdir secrets
echo "your-anon-key" > secrets/next_public_supabase_anon_key.txt
echo "https://your-supabase-url.supabase.co" >
secrets/next_public_supabase_url.txt
docker build --no-cache -t my-nextjs-app .
docker run -p 3000:3000 --env-file .env my-nextjs-app
```
could i push the dockerfile in a PR later?
Feature Request
Is your feature request related to a problem? Please describe.
I would like to create the dockerfile and docker compose.yaml
Describe the solution you'd like
Describe alternatives you've considered
Are you willing to resolve this issue by submitting a Pull Request?
The text was updated successfully, but these errors were encountered: