caio.co/de/tablier


Get rid of this /app/ prefix in the repo by Caio 7 years ago (log)

Blob docker-compose.yml

1
2
3
4
5
6
7
8
9
version: '3'
services:
    css:
        build: .
        volumes:
            - ./:/app/
        ports:
            - 1313:1313
            - 3001:3001