Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 223 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 223 Bytes

꾸미 Server Docker 동작 방법 ✨

  1. Docker build

    docker build -t ggoomi-backend  .
    
  2. Docker run

      docker run -it -p 5123:5123 --rm --name ggoomi-backend ggoomi-backend