Critical CSS path generator docker app
Running with docker
$ docker run -p "1080:3000" tbela99/critical
Using podman
$ podman run -p "1080:3000" tbela99/critical
version: "3.3"
services:
web:
image: tbela99/critical
ports:
- "127.0.0.1:1080:3000"
$ docker-compose up -d
head to http://127.0.0.1:1080 to access the app
$ docker-compose stop