Skip to content

Commit

Permalink
feat: add tzdata to dockerfile for timezones
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlind-dev authored Jan 9, 2025
1 parent c031128 commit 9d7f291
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 @@ -5,7 +5,7 @@ ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable pnpm
RUN corepack prepare pnpm@latest --activate

RUN apk add --no-cache ffmpeg
RUN apk add --no-cache ffmpeg tzdata

WORKDIR /zipline

Expand Down Expand Up @@ -48,4 +48,4 @@ RUN rm -rf /tmp/* /root/*

ENV NODE_ENV=production

CMD ["node", "--enable-source-maps", "build/server"]
CMD ["node", "--enable-source-maps", "build/server"]

0 comments on commit 9d7f291

Please sign in to comment.