Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 235 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 235 Bytes

docker-dev-env

Docker image with my development environment set up.

Getting started

Build the docker image

docker build --build-arg USER=$(whoami) --build-arg UID=$(id -u) --build-arg GID=$(id -g) -t focal-dev-env .