Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 397 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 397 Bytes

Deployment repo for https://github.com/lalokalabs/myapp.

Make sure webship is properly installed.

Build

webship fetch
podman build -t myapp .
webship build myapp 1.0.1 --docker-image myapp

Test the build:-

webship run build/myapp-1.0.1.tar.gz ".venv/bin/myapp manage runserver 0.0.0.0:8000" --env-file $PWD/.env --docker-image myapp