7a66184a467cde988e09c86bae9146bef8d54595
Landingpage
Access
Administrate Docker
Stop and Destroy
docker stop landingpage
docker rm landingpage
Build
docker build -t application-landingpage .
Run
Development
sudo docker run -d -p 5000:5000 --name landingpage -v $(pwd)/app/:/app -e FLASK_APP=app.py -e FLASK_ENV=development application-landingpage
Production
docker run -d -p 5000:5000 --name landingpage application-landingpage
Debug
docker logs -f landingpage
Description
Portfolio CMS is a Flask-based content management system that lets you effortlessly showcase your projects and online presence. With customizable cards, dynamic navigation, and YAML-driven configuration, it's a flexible solution for building modern, responsive portfolio websites.
Languages
JavaScript
44.2%
Python
36%
Jinja
10.6%
CSS
4.8%
Makefile
4%
Other
0.4%