Issue Deploying Wave to DigitalOcean
I'm having issues deploying my Wave app to digital ocean. I've followed the instructions but getting a build error.
› using dockerfile /.app_platform_workspace/Dockerfile
[2023-04-12 01:04:14] │ › using build context /.app_platform_workspace//
[2023-04-12 01:04:14] │
[2023-04-12 01:04:15] │ INFO[0000] Using dockerignore file: /.app_platform_workspace/.dockerignore
[2023-04-12 01:04:15] │ INFO[0000] Retrieving image manifest haakco/stage3-ubuntu-20.04-php7.4-lv
[2023-04-12 01:04:15] │ INFO[0000] Retrieving image haakco/stage3-ubuntu-20.04-php7.4-lv from registry mirror
Hi there,
As far as I can see you are trying to use the Dockerfile to deploy Wave, you should just use the native PHP build pack instead:
So what you can do is:
- Clone the Wave repository so that you have it under your own GitHub account
- Then update the github repo information in the yaml files inside the
.do
directory:
- Then update the deploy button in the README.md file to point to your GitHub repo:
Then after that just click the button and all of the configuration will be done automatically for you.
You will just need to update the Plan so that you choose your resources and number of containers. Starting with 1 is usually ok!
Let me know how it goes.