Scenario
When gopaddle Deck is used to build a code-based project, the build succeeds. However, when the docker image is deployed, The deployed service also does not move to running state. Under the workspace (default /app) inside the deployed container, the workspace folder is empty and does not contain the project artifacts.
Solution
Check the project root folder for any .dockerignore file. If present, then the .dockerignore in the project root should not ignore the build output directory, which is by default set to the project root folder.