version: '3.3'

services:

  app:
    build:
      context: .
    ports:
      - "3000:3000"
    volumes:
      - ".:/home/mlc-translate-server"
