Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 259 Bytes

File metadata and controls

9 lines (6 loc) · 259 Bytes

Building and Running the Container

These are the steps to build and run the container:

docker build -t hanahassan/ensf400-project:latest 
docker run -p 8080:8080 hanahassan/ensf400-project

Note: We used Java 11 and Gradle 7.6.1 for the container.