File size: 179 Bytes
ad9dd7b
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
version: '3.7'


services:
  mlapp:
    container_name: mlapp
    image: manavkhadka0/mlapp
    ports:
      - "3000:3000"
    build:
      context: .
      dockerfile: Dockerfile