Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Latest commit

 

History

History

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Docker for fal

Build local fal Docker images

Building an image

In order to build a new fal image, run the following docker command:

docker build <path/to/dockerfile>

You can also pull it from the DockerHub:

docker pull falai/fal

Inside your docker-compose.yml

You can incorporate the fal docker image in your docker-compose.yml:

...
services:
...
    fal-service:
        image: falai/fal:latest