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

Latest commit

 

History

History
12 lines (8 loc) · 243 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 243 Bytes

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.