diff --git a/docker-compose.yml b/docker-compose.yml index ee2f002..c429974 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,8 @@ version: '1' services: crypto-data: - build: + build: context: ./ - image: crypto-data - dockerfile: Dockerfile \ No newline at end of file + container_name: crypto-data + dockerfile: Dockerfile + ports: [3000:3000]