-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
completely vibe coded, a way to create a docker container that is locally hosted and the site then converted as a PWA for android phones or tablets.
requires a volume to be created on the host server and the attached files to be placed in it. after that you can run:
docker build -t workout-machine-app:$(date +%Y%m%d) .
(include the PERIOD at the end)
then:
docker run -d -p 3020:80 --name [CONTAINER NAME] workout-machine-app:$(date +%Y%m%d)
Not sure if this is useful, but you inspired me to give it a whirl. thanks for this.
jeffss00
Metadata
Metadata
Assignees
Labels
No labels