Build instructions

This commit is contained in:
Shihaam Abdul Rahman 2022-09-30 05:44:48 +00:00
parent 4687fa49bc
commit 91784f1fe3

View File

@ -0,0 +1,11 @@
## Freezer Docker
## Build and run
```
git clone https://git.shihaam.dev/dockerfiles/freezer.git
cd freezer
docker compose build
docker compose up -d
```