Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

lexhouk/goit-pyweb-hw-04

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web application

Deployment

$ docker buildx b -t lexhouk/goit-pyweb-hw-04 .
$ docker run --name lexhouk-hw-04 -p 3000:3000 -v ./www/storage:/app/www/storage -d lexhouk/goit-pyweb-hw-04

Usage

Go to http://localhost:3000.