go-restful icon indicating copy to clipboard operation
go-restful copied to clipboard

Improve dev container configuration to remove duplicate fields such as workspaceFolder and appPort

Open phuctm97 opened this issue 5 years ago • 0 comments

Motivation

To have consistent field values, easy for maintain and update.

For now, fields workspaceFolder, workspaceMount and appPort are duplicated in .devcontainer.json, Dockerfile and scripts/start-devcontainer.sh, it's okay to work and don't care about those fields at all but it's painful when coming to update and maintain those.

phuctm97 avatar Sep 10 '19 05:09 phuctm97