Skip to content

Dockerfile, manifest.json, app and favicon filesΒ #13

@shredness

Description

@shredness

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.

Vitruvian Docker.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions