This website requires JavaScript.
Explore
Help
Register
Sign In
mingzailao
/
silverbullet
mirror of
https://github.com/silverbulletmd/silverbullet.git
Watch
1
Star
0
Fork
You've already forked silverbullet
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
280fa2cd3c
silverbullet
/
scripts
/
build_docker.sh
4 lines
58 B
Bash
Raw
Normal View
History
Unescape
Escape
Deno docker update (#174) Fix #150: update Dockerfile and docker-compose
2022-12-08 01:43:47 +08:00
#!/bin/sh
deno task bundle
Fixes #1256 Point to ghcr docker images rather than docker hub
2025-02-23 03:58:42 +08:00
docker build -t silverbullet .