Files

12 lines
190 B
YAML
Raw Permalink Normal View History

2024-03-26 14:47:34 -04:00
version: "3.7"
services:
doc:
build:
context: .
dockerfile: Dockerfile
volumes:
- ${PWD}/src:/home/node
ports:
- 3000:3000
command: docsify serve .