Blame view

docker-compose.yml 127 Bytes
00580901   Antoine Goutenoir   Add a basic, ugly...
1
2
3
4
5
6
7
8
version: '2'
services:
    web:
        build: .
        ports:
            - "5000:5000"
        volumes:
            - .:/app