Alex100dre
Alex100dre
DDokploy
Created by Alex100dre on 11/8/2024 in #help
Deploy Vue.js [Resolved]
Hello, First, I want to thank you for this tool . I'm trying to deploy a vue.js app for a meetup demo but I'm facing an issue. I followed the the readme of the vue.js example here : https://github.com/Dokploy/examples/tree/main/vuejs But I'm getting this error :
Caused by:
No such file or directory (os error 2)
Error response from daemon: No such container: demo-vue-d96d47-Q-LMCvi5x-
Error :x:
Error response from daemon: No such container: demo-vue-d96d47-Q-LMCvi5x-
Caused by:
No such file or directory (os error 2)
Error response from daemon: No such container: demo-vue-d96d47-Q-LMCvi5x-
Error :x:
Error response from daemon: No such container: demo-vue-d96d47-Q-LMCvi5x-
So I tried to change the build path to / and it looks like it worked but I get a warning :
#15 DONE 4.5s

1 warning found (use docker --debug to expand):
 - UndefinedVar: Usage of undefined variable '$NIXPACKS_PATH' (line 18)
=== Successfully Built! ===

Run:
docker run -it demo-vue-d96d47
Docker Deployed: :white_check_mark:
#15 DONE 4.5s

1 warning found (use docker --debug to expand):
 - UndefinedVar: Usage of undefined variable '$NIXPACKS_PATH' (line 18)
=== Successfully Built! ===

Run:
docker run -it demo-vue-d96d47
Docker Deployed: :white_check_mark:
And the url give me a Bad Gateway error. The domain is set to the 3000 port like mentioned in the vite.config.ts file for preview
42 replies