Updated the Dockerfile
This commit is contained in:
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
ielts-be:
|
||||
container_name: ielts-be
|
||||
build: .
|
||||
image: ecrop/ielts-be:latest
|
||||
ports:
|
||||
- 8080:8080
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user