Browse Source

Update docker-compose.yml

pull/40/head
Kevin Assogba 4 years ago
committed by GitHub
parent
commit
b8048b41ab
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      docker-compose.yml

+ 0
- 2
docker-compose.yml View File

@ -4,10 +4,8 @@ version: '3.7'
services:
github-graphs:
build:
context: .
dockerfile: Dockerfile
image: graph-app:latest
container_name: github-graphs
ports:
- "8080:8000"
command: /bin/bash

Loading…
Cancel
Save