Update dev enviroment
This commit is contained in:
parent
cf0c90a8e8
commit
f6479e7cef
13
.devcontainer.json
Normal file
13
.devcontainer.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"build": {
|
||||
"dockerfile": "Dockerfile"
|
||||
},
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"denoland.vscode-deno",
|
||||
"ronnidc.nunjucks"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
@ -2,4 +2,6 @@ version: "3.9"
|
||||
services:
|
||||
app:
|
||||
image: mario1159/1159cl
|
||||
build: .
|
||||
build: .
|
||||
ports:
|
||||
- 3000:3000
|
Loading…
Reference in New Issue
Block a user