Skip to content

Commit

Permalink
docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
pyama86 committed Jul 15, 2024
1 parent 7c11a4b commit 8342ee2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,12 @@ services:
environment:
DIST: bullseye
command: make deb
nss_debian12:
build:
context: .
dockerfile: dockerfiles/Dockerfile.debian-12
volumes:
- .:/stns
environment:
DIST: bookworm
command: make deb

0 comments on commit 8342ee2

Please sign in to comment.