chore(dockerfile): update key value format

refs: https://docs.docker.com/reference/build-checks/legacy-key-value-format/
This commit is contained in:
Tony
2024-08-08 04:46:07 +08:00
parent edfaed1b7d
commit 4e54a006db
+2 -2
View File
@@ -115,8 +115,8 @@ FROM node:22-bookworm-slim AS app
LABEL org.opencontainers.image.authors="https://github.com/DIYgod/RSSHub"
ENV NODE_ENV production
ENV TZ Asia/Shanghai
ENV NODE_ENV=production
ENV TZ=Asia/Shanghai
WORKDIR /app