https://github.com/issacto/tutorial-resume
https://github.com/issacto/tutorial-resume
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/issacto/tutorial-resume
- Owner: issacto
- Created: 2021-06-06T03:11:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-07T02:54:05.000Z (almost 4 years ago)
- Last Synced: 2025-01-15T20:58:00.882Z (4 months ago)
- Language: CSS
- Homepage: https://tutorial-resume.herokuapp.com
- Size: 949 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tutorial Resume (in traditional chinese)
* Aims: A simple one-page website about my tutorial services
* Tools : Docker, Flask, Aws Dynamo, Bootstrap### Run the progarm:
Change to CMD ["flask", "run"] on the last line of the Dockerfile
```
docker-compose up -d --build
```
Open localhost:5000 on browser### Deploy the program:
```
heroku container:push web
heroku container:release web
heroku open
```