# Build the docker image
build:
    docker build -t rest-cobol .

# Run the image
run: build
    docker run -p 8080:8080 rest-cobol