mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-10 05:42:50 +00:00
10 lines
115 B
Makefile
10 lines
115 B
Makefile
|
|
|
|
default:
|
|
@just --list
|
|
|
|
docker-build:
|
|
docker build -t fressh .
|
|
|
|
docker-run:
|
|
docker run -it --rm fressh
|