mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-14 20:48:08 +00:00
10 lines
156 B
YAML
10 lines
156 B
YAML
version: "3"
|
|
services:
|
|
package:
|
|
image: facebook/prophet
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
|
|
volumes:
|
|
- .:/usr/src/app
|