Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 390 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 390 Bytes

devcontainer

Docker container for local development

Build

docker-compose build

Using

For Visual Sudio Code Users.

  1. Download the remote container extension. https://code.visualstudio.com/docs/remote/containers
  2. Place a .devcontainer directory in the root directory of project you want to develop in.
    Inside the .devcontainer directory is a devcontainer.json file.