version: '3' services: serve: build: context: .. dockerfile: docker/Dockerfile ports: - 4000:4000 volumes: - ../:/home/developer/src