moleculemaker / chemscraper-frontend

MIT License
1 stars 0 forks source link

Create Dockerfile for FastAPI Application #8

Open yashdeep97 opened 1 year ago

yashdeep97 commented 1 year ago

Description: Create a Dockerfile to build a Docker image of the FastAPI application.

Acceptance Criteria:

  1. The Dockerfile correctly installs all necessary dependencies.
  2. The Dockerfile correctly sets up the application for running.
  3. Build the Docker image from the Dockerfile and test it to ensure that it works correctly.