Skip to content

Latest commit

 

History

History

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Dockerfile directory

This directory contains Dockerfiles for all project containers.

You can build Docker images using the repository root directory as a build context.

Example: execute the following command from the repository root directory:

sudo docker build -t benetech-server . -f docker/Dockerfile.server

Images