Go to file
2024-03-08 16:20:11 +01:00
static new stories 2024-03-08 16:20:11 +01:00
templates new stories 2024-03-08 16:20:11 +01:00
app.py new stories 2024-03-08 16:20:11 +01:00
Dockerfile fixed port 2024-03-07 23:16:38 +01:00
Readme.md new stories 2024-03-08 16:20:11 +01:00
requirements.txt bug 2024-03-07 23:14:29 +01:00

Bible Stories

Bible stories is an idea, based on black stories. This is a simple Flask application that can be run in a Docker container.

Prerequisites

You need to have Docker installed on your machine. You can download Docker here.

Building the Docker Image

To build the Docker image, navigate to the project root directory (where the Dockerfile is located) in your terminal and run the following command:

sudo docker build -t bible-stories .

Deploy

sudo docker run -p 4000:80 bible-stories

This will start the Docker container and map port 80 in the container to port 4000 on your host machine.