Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 135 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 135 Bytes

simple-docker-test

build

docker build -t (basename $PWD) .

run

docker run -p 3000:3000 (basename $PWD)