split dev and prod docker stages

This commit is contained in:
len0rd 2023-06-08 10:29:27 -04:00
parent 4285425051
commit b52ddcb0d8
2 changed files with 7 additions and 4 deletions

View file

@ -1,7 +1,8 @@
{
"build": {
"context": "../",
"dockerfile": "../Dockerfile"
"dockerfile": "../Dockerfile",
"target": "dev",
},
"forwardPorts": [8090]
}