Archived
1
0

Rename dev/container -> dev/image

This commit is contained in:
Anmol Sethi
2020-06-03 12:09:01 -04:00
parent bdb670e852
commit 5815b4a0c0
5 changed files with 4 additions and 3 deletions

View File

@ -40,7 +40,7 @@ Make sure you have `$GITHUB_TOKEN` set and [hub](https://github.com/github/hub)
This directory contains scripts used for the development of code-server.
- [./ci/dev/container](./dev/container)
- [./ci/dev/image](./dev/image)
- See [./doc/CONTRIBUTING.md](../doc/CONTRIBUTING.md) for docs on the development container.
- [./ci/dev/fmt.sh](./dev/fmt.sh) (`yarn fmt`)
- Runs formatters.

View File

@ -42,7 +42,7 @@ run() {
build() {
echo "--- Building $container_name"
docker build -t $container_name ./ci/dev/container > /dev/null
docker build -t $container_name ./ci/dev/image > /dev/null
}
main "$@"