add graphile worker crontab
This commit is contained in:
parent
369dda5e33
commit
050905a0f2
@ -100,6 +100,7 @@ COPY --from=builder /app/prisma ./prisma
|
||||
COPY --from=builder /app/generated ./generated
|
||||
COPY --from=builder /app/src ./src
|
||||
COPY --from=builder /app/graphile.config.ts ./graphile.config.ts
|
||||
COPY --from=builder /app/crontab ./crontab
|
||||
COPY --from=pystuff /app/venv /app/venv
|
||||
|
||||
# Expose the port
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "futureporn-our",
|
||||
"private": true,
|
||||
"version": "2.8.11",
|
||||
"version": "2.8.12",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "concurrently npm:dev:serve npm:dev:build:server npm:dev:build:client npm:dev:worker npm:dev:compose npm:dev:sftp npm:dev:qbittorrent npm:dev:tailscale",
|
||||
|
Loading…
x
Reference in New Issue
Block a user