feat: docker publishing

This commit is contained in:
2023-06-27 12:06:08 +02:00
parent c4260dc882
commit 129f25d1f0
18 changed files with 210 additions and 378 deletions

View File

@@ -5,12 +5,9 @@
"outputs": ["lib/**", "www/**", ".angular/**"],
"cache": true
},
"build:docker": {
"dependsOn": ["//#build:docker-workspace"],
"cache": false
},
"deploy": {
"dependsOn": ["build", "^deploy"]
"dependsOn": ["build", "^deploy"],
"cache": false
},
"docs": {
"dependsOn": ["build", "^docs"],