Add new build-webapp command and related scripts and containers. #626

Merged
telackey merged 6 commits from telackey/pwa into main 2023-11-08 00:15:04 +00:00
Member
❯ laconic-so build-webapp --source-repo ~/cerc/test-progressive-web-app
...

❯ docker run -p 3000:3000 -e CERC_WEBAPP_DEBUG=87 cerc/test-progressive-web-app:local
CERC_TEST_WEBAPP_CONFIG1=this string
CERC_TEST_WEBAPP_CONFIG2=this different string
CERC_WEBAPP_DEBUG=87

> start
> next start .next-r 3000

   ▲ Next.js 14.0.1
   - Local:        http://localhost:3000

 ✓ Ready in 657ms
``` ❯ laconic-so build-webapp --source-repo ~/cerc/test-progressive-web-app ... ❯ docker run -p 3000:3000 -e CERC_WEBAPP_DEBUG=87 cerc/test-progressive-web-app:local CERC_TEST_WEBAPP_CONFIG1=this string CERC_TEST_WEBAPP_CONFIG2=this different string CERC_WEBAPP_DEBUG=87 > start > next start .next-r 3000 ▲ Next.js 14.0.1 - Local: http://localhost:3000 ✓ Ready in 657ms ```
dboreham approved these changes 2023-11-07 23:56:20 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/stack-orchestrator#626
No description provided.