nicbet / docker-phoenix

A dockerized Phoenix development and runtime environment.
GNU General Public License v3.0
277 stars 57 forks source link

Split image build code and VSCode integration into separate directories #24

Open nicbet opened 2 years ago

nicbet commented 2 years ago

The current repository structure is mixing these two concerns. It would be nice to have one directory, docker_build with all files concerned with building the docker images, and another directory vscode that contains the .devcontainer definitions. A third directory bin could house all executable scripts that we currently have in the root directory.