UNPKG

@arsendoman/book-publisher-store

Version:

A Nest.js package for book publishing and storing

15 lines (13 loc) 283 B
version: '3.4' services: bookpublisherbe: image: bookpublisherbe build: context: . dockerfile: ./Dockerfile environment: NODE_ENV: development ports: - 3000:3000 - 9229:9229 command: ["node", "--inspect=0.0.0.0:9229", "index.js"]