Skip to content
This repository has been archived by the owner on Aug 12, 2023. It is now read-only.

KiseKloset/smart-fashion-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use

Quick start

docker build -t smart-fashion .

docker run -d --name smart-fashion-container -p 8080:8080 smart-fashion

Website: 127.0.0.1:8080

Check Docker status

docker logs smart-fashion-container

Remove

1. Container

docker stop smart-fashion-container
docker rm smart-fashion-container

2. Image

docker rmi smart-fashion

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published