UNPKG

boilerplate-typescript-rest-docker

Version:

How to use TypeScript & Docker building a REST service with debugging enabled (e.g. WebStorm or VSCode).

12 lines (10 loc) 292 B
version: '2' services: rest-service-integration: container_name: 'rest-service-integration' build: context: ./../../. dockerfile: ./docker/rest-service-integration/Dockerfile environment: - REST_SERVICE_URL=http://rest-server:8000 command: "npm run test"