Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 491 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 491 Bytes

Finance Fluent SaaS

Provided is a docker image for the project. Needless to say, you should have docker, and docker compose already installed on your machine.

NOTE: It is only for development and is not configured for production.

Follow the steps below to spin up the container.

Build the image

# in you terminal:

docker compose build

Run the container

# in you terminal:

docker compose up

Stop the container

Ctrl+C: Stop the container