Updated the Dockerfile

This commit is contained in:
Tiago Ribeiro
2023-06-21 23:57:03 +01:00
parent cbde2c0cb7
commit fa16cad3ca
2 changed files with 11 additions and 1 deletions

10
docker-compose.yml Normal file
View 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