Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 229 Bytes

File metadata and controls

11 lines (10 loc) · 229 Bytes

Spring Boot Dockerfile

This repository contains Spring Boot Dockerfile example

To build image:

docker build -f Dockerfile -t code-couple-docker:latest .

To run image:

docker run -p 8081:8081 code-couple-docker