nilsve / docker-aseprite-linux

Docker container for easily building Aseprite for linux
99 stars 28 forks source link

Add non-compose support #9

Closed xackery closed 11 months ago

xackery commented 11 months ago

docker-compose (v1) is not super easy to use anymore on Docker (volume mounting and like, having to flag v1 docker-compose style on latest docker desktop, etc)

So, this moves the two build commands to a Makefile, and you can build it now with a docker run directive.

nilsve commented 11 months ago

Nice looks good!