mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-08-29 01:53:47 +08:00
chore(dockerfile): update key value format
refs: https://docs.docker.com/reference/build-checks/legacy-key-value-format/
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user