Update dev enviroment
All checks were successful
Release / test (push) Successful in 44s
Release / push-docker-image (push) Successful in 53s

This commit is contained in:
Mario Romero 2023-05-23 22:50:51 +00:00
parent cf0c90a8e8
commit f6479e7cef
2 changed files with 16 additions and 1 deletions

13
.devcontainer.json Normal file
View File

@ -0,0 +1,13 @@
{
"build": {
"dockerfile": "Dockerfile"
},
"customizations": {
"vscode": {
"extensions": [
"denoland.vscode-deno",
"ronnidc.nunjucks"
]
}
}
}

View File

@ -2,4 +2,6 @@ version: "3.9"
services:
app:
image: mario1159/1159cl
build: .
build: .
ports:
- 3000:3000