mirror of
https://github.com/nbd-wtf/nostr-tools.git
synced 2025-12-08 16:28:49 +00:00
14 lines
272 B
YAML
Executable File
14 lines
272 B
YAML
Executable File
version: '3.9'
|
|
|
|
services:
|
|
nostr-tools-dev:
|
|
image: nostr-tools-dev
|
|
container_name: nostr-tools-dev
|
|
build:
|
|
context: ../.
|
|
dockerfile: ./.devcontainer/Dockerfile
|
|
working_dir: /nostr-tools
|
|
volumes:
|
|
- ..:/nostr-tools:cached
|
|
tty: true
|