use sydney tz

This commit is contained in:
Adam Burgess 2024-12-26 19:21:46 +11:00
parent e14a7996ce
commit 36ca321a8c
No known key found for this signature in database

View File

@ -18,4 +18,6 @@ add package.json ./
copy --from=deps /app/node_modules /app/node_modules copy --from=deps /app/node_modules /app/node_modules
copy --from=builder /app/dist /app/dist copy --from=builder /app/dist /app/dist
env TZ=Australia/Sydney
entrypoint ["node", "/app/dist/main.js"] entrypoint ["node", "/app/dist/main.js"]