mirror of
https://github.com/len0rd/personal-website.git
synced 2025-09-04 13:23:51 -04:00
split dev and prod docker stages
This commit is contained in:
parent
4285425051
commit
b52ddcb0d8
2 changed files with 7 additions and 4 deletions
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"build": {
|
||||
"context": "../",
|
||||
"dockerfile": "../Dockerfile"
|
||||
"dockerfile": "../Dockerfile",
|
||||
"target": "dev",
|
||||
},
|
||||
"forwardPorts": [8090]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue