mirror of
https://github.com/bitwarden/server.git
synced 2025-07-08 11:24:33 -05:00
run jobs crons on API image
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
env >> /etc/environment
|
||||
cron
|
||||
dotnet /app/Api.dll
|
||||
|
Reference in New Issue
Block a user