Deno docker update (#174)

Fix #150: update Dockerfile and docker-compose
This commit is contained in:
Zef Hemel
2022-12-07 18:43:47 +01:00
committed by GitHub
parent acec440444
commit 5b8c25f8b3
8 changed files with 109 additions and 27 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/bin/sh
deno task bundle
docker build -t zefhemel/silverbullet .