1
0

Added build instructions to README.md

This commit is contained in:
BlueFox 2024-09-21 14:52:16 +00:00
parent 4106d02919
commit cf1c16f890

View File

@ -3,3 +3,10 @@
A simple docker image I used to teach me the basics of docker images and how to build them.
## Build the container
To build the container to an image called "cmatrix-demo", run
```sh
docker build -t cmatrix-demo .
```