A Simple Flask app that uses devconatiner and bazel to build and run
- Docker
-
Clone the repository:
$ git clone https://github.com/thirdknife/bazelflask.git $ cd bazelflask $ code .
-
Reopen in devcontainer.
-
Flask application should be built upon container being ready. After its ready run the following command and it should start the application asking you to open in browser if port was forwarded correctly.
make run
-
Access the Flask app at http://localhost:5000.