merged production and dev containers

This commit is contained in:
John Lancaster
2023-05-29 13:02:04 -05:00
parent a42ab064db
commit 3f9eea6a51
6 changed files with 62 additions and 21 deletions

View File

@@ -1,13 +1,19 @@
{
"name": "Kwaylon",
"build": {
"dockerfile": "./Dockerfile",
"context": "../"
},
"mounts": [
"source=/etc/localtime,target=/etc/localtime,type=bind,consistency=cached",
"source=/etc/timezone,target=/etc/timezone,type=bind,consistency=cached"
],
"dockerComposeFile": "../docker-compose.yml",
"service": "kwaylon",
"workspaceFolder": "/kwaylon",
"shutdownAction": "stopCompose",
// "build": {
// "dockerfile": "./Dockerfile",
// "context": "../"
// },
// "mounts": [
// "source=/etc/localtime,target=/etc/localtime,type=bind",
// "source=/etc/timezone,target=/etc/timezone,type=bind"
// ],
// "workspaceMount": "source=${localWorkspaceFolder}/src,target=/usr/app/src,type=bind",
// "workspaceFolder": "/usr/app/src",
"features": {
"ghcr.io/devcontainers/features/git:1": {},
"ghcr.io/devcontainers/features/github-cli:1": {},