Open Kelsey-GU opened 3 years ago
The Dockerfile isn't where I expected. Here are some troubleshooting steps that might help.
Problem | Solution |
---|---|
The file isn't called Dockerfile (case sensitive). |
Rename the file using the UI or your CLI. |
The directory action-a doesn't exist. |
Create the action-a folder and move the Dockerfile to action-a . |
The Dockerfile isn't inside the action-a folder. |
Move the Dockerfile to action-a . |
comment