Remove stage compose file for docs-private

This commit is contained in:
Maria Bermudez 2019-03-28 12:40:06 -07:00
parent 57a0f78da1
commit 4d0acc44c4
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
version: "2"
services:
docs-beta-stage:
build:
context: .
dockerfile: Dockerfile
image: docs/
ports:
- "4000:4000"
volumes:
- "./:/usr/src/app"