version: '2' services: server: build: context: . dockerfile: Dockerfile image: lsm-hpce/docs ports: - "4001:4001" volumes: - ".:/src"