Loading docker-compose.yml 0 → 100644 +8 −0 Original line number Diff line number Diff line version: '3' services: frontend: build: . image: 'kontr2/frontend' command: ["/bin/sh", "docker_run.sh"] ports: - "8000:8000" Loading
docker-compose.yml 0 → 100644 +8 −0 Original line number Diff line number Diff line version: '3' services: frontend: build: . image: 'kontr2/frontend' command: ["/bin/sh", "docker_run.sh"] ports: - "8000:8000"