Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 380 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 380 Bytes

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