pcwerk / lp-toolkit

Language Processing Toolkit
5 stars 0 forks source link

Update Instructions for Docker in README.md files #3

Closed pcwerk closed 12 months ago

pcwerk commented 1 year ago

It's not clear that the README.md contains docker instruction

pcwerk commented 1 year ago

build image

docker build -t lp-toolkit:v1 .

image

run image

docker run -p 3000:3000 --rm lp-toolkit:v1                   main*

image

shant01 commented 1 year ago

Update frontend, backend and top-level README.md files with proper instructions

pcwerk commented 12 months ago

@Irha1520 are we good to close this ticket?

Irha1520 commented 12 months ago

updated docker instructions in the README.md fiies