Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 372 Bytes

File metadata and controls

14 lines (11 loc) · 372 Bytes

docker-template

A template for maintaining docker images using GitHub Actions to automate Packages.

This repository includes a simple example Dockerfile and accompanying docker-compose.yml to demonstrate how you might build and run a container.

Build the image

docker build -t docker-template .

Run with Docker Compose

docker compose up