Skip to content

Tsur1k/hemowork-fastapi2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create volume

docker volume create urlshortener_data

Build

docker build -t url-shortener .

Start

docker run -d
--name url-shortener
-p 8000:8000
-v urlshortener_/data
url-shortener

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors