cerc-io / stack-orchestrator

Read-only mirror of https://git.vdb.to/cerc-io/stack-orchestrator
https://git.vdb.to/cerc-io/stack-orchestrator
GNU Affero General Public License v3.0
29 stars 19 forks source link

Add run-webapp command. #651

Closed telackey closed 10 months ago

telackey commented 10 months ago
❯ laconic-so run-webapp --image cerc/test-progressive-web-app:local --env-file ~/tmp/env.foo
Image: cerc/test-progressive-web-app:local
ID: 88a1765f1c031eb99d93b39e92a7dc35ec7c0b67166632ec5887cc55a8fb1b92
URL: http://localhost:32784
dboreham commented 10 months ago

Did some testing with iglootools -- works for me. The only issue was that it took a few seconds for the container to get to the point where it was serving the app so initially when I ctl-clicked the URL provided I got an empty response. Might be worth adding some text to the output warning to possibly expect to wait a bit.

dboreham commented 10 months ago

Going to merge this since it seems to work.