debjyotiC / experiment-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask App with Docker

This repository provides a simple example of a Flask web application deployed using Docker.

Prerequisites

Make sure you have the following installed on your machine:

  • Docker
  • Docker Compose

Getting Started

  1. Clone the repository:
    git clone https://github.com/debjyotiC/experiment-docker.git
    
  2. Navigate to the project directory:
    cd experiment-docker
    
  3. Build the Docker image using the following command:
    docker build -t server .
    
  4. Run the Docker container using the following command:
    docker run -p 5000:5000 server
    
    

The website is at:

https://ai.blackbox.io.in/

About


Languages

Language:HTML 75.7%Language:Python 19.9%Language:Dockerfile 4.3%