1
0
mirror of https://github.com/bitwarden/server synced 2025-12-23 19:53:40 +00:00

run jobs crons on API image

This commit is contained in:
Kyle Spearrin
2017-08-17 16:45:27 -04:00
parent d15917d3c9
commit fd35ac45b2
9 changed files with 81 additions and 31 deletions

View File

@@ -1,3 +1,5 @@
#!/bin/sh
env >> /etc/environment
cron
dotnet /app/Api.dll