Skip to content

Commit

Permalink
chore(dockerfile): update key value format
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyRL committed Aug 7, 2024
1 parent edfaed1 commit 4e54a00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4e54a00

Please sign in to comment.