Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Project Term4_Final

Running the Project via Docker

To run this project using Docker, follow the steps below:

Prerequisites

  • Ensure you have Docker installed on your machine. You can download it from here.

Steps

  1. Clone the Repository

    https://github.com/SeihaHoy/Term4_Final_backend.git
    cd Term4_Final
  2. Build the Docker Image

    docker-compose up --build
  3. Access the Application

    Open your web browser and go to http://localhost:8000 to access the application.

Stopping the Container

To stop the running container, use the following command:

docker stop term4_final_container

Removing the Container

To remove the container, use the following command:

docker rm term4_final_container

Additional Information

  • If you need to rebuild the image, use the --no-cache option:

    docker build --no-cache -t term4_final_image .
  • To view the logs of the running container:

    docker logs term4_final_container
  • To access the container's shell:

    docker exec -it term4_final_container /bin/bash

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages