Skip to content

mobergmann/sportsfriend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Container

To create a container you need to follow these steps:

cargo build --release
podman build -t sport-challenge-image .

If you are using another container frontend, like docker, change podman to docker.

If you want to run the container, enter the following command:

podman run -d -p <host-port>:3000 --name sport-challenge localhost/sport-challenge-image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages