development-workspace / Dockerfile
dorkai's picture
Update Dockerfile
1ffe438
raw
history blame contribute delete
155 Bytes
# This will start a code-server container and expose it at http://127.0.0.1:8080.
git clone https://github.com/coder/coder.git
cd coder
docker-compose up