fix(docker): 🐛 Fix the whole docker deployment pipeline

I've been able to deploy the application on another machine (finally).
This commit is contained in:
Baptiste Arnaud
2022-03-29 08:45:20 +02:00
parent c64afb7073
commit 1f992c6779
9 changed files with 39 additions and 22 deletions

2
.gitignore vendored
View File

@@ -2,7 +2,7 @@ node_modules
.next
.env
.env.local
.env.prod
.env.production
workspace.code-workspace
.DS_Store
.turbo