File size: 229 Bytes
80287e2
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
version: '3.8'

services:
  my-app:
    build: .
    container_name: Devine
    restart: "no"
    environment:
      - NODE_ENV=production
    ports:
      - "3000:3000"
    volumes:
      - .:/app
    command: python3 -m Devine