verdaccio/website/docker-compose.yml

17 lines
294 B
YAML

version: '3'
services:
web:
build:
context: .
dockerfile: Dockerfile
ports:
- '8000:8000'
- '9929:9929'
- '9230:9230'
volumes:
- /app/node_modules
- .:/app
environment:
- NODE_ENV=development
- GATSBY_WEBPACK_PUBLICPATH=/