File size: 237 Bytes
c8d2a69
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
version: '3'

services:
  concrete-creep-app:
    build:
      context: .
      dockerfile: Dockerfile
    ports:
      - "8501:8501"
    restart: unless-stopped
    volumes:
      - ./:/app
    container_name: concrete-creep-prediction