Replies: 1 comment
-
I know that i'm pretty late, but i found this, just because i had the same problem right now. You will need to create a dockerfile, a default file from adonis is here in the docs When you create a new app it should now recognize your dockerfile, be sure to configure every container as docker. Digital ocean usually sets the second container as a default node application. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the v5 docs you have instructions for deploying Adonisjs to the Digital Ocean platform, but there are no instructions for V6. I tried the following, but can't seem to get it to build. Anyone now the correct commands?
The build command seems to work, but we can't figure out the correct run command. Tried the run from v5, but didn't work. So tried the above (using Vite as we set up the Web Starter Kit. But we get errors.
Beta Was this translation helpful? Give feedback.
All reactions