Add term-snake container

This commit is contained in:
Mo 2025-01-16 12:30:55 +01:00
parent 711f3cc716
commit 45b573e938
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,9 @@
[Container]
Image=localhost/term-snake:latest
PublishPort=11246:11246
[Service]
Restart=always
[Install]
WantedBy=default.target

View file

@ -0,0 +1,5 @@
#!/usr/bin/env fish
buildah build -t term-snake:latest ~/code/term-snake
systemctl --user restart term-snake