Skip to content

Commit

Permalink
Set timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsBrady committed Aug 13, 2024
1 parent 2da7df3 commit 2fb7a7e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
FROM node:lts
ENV DEBIAN_FRONTEND=noninteractive
ENV TZ=America/Chicago
WORKDIR /app
COPY package.json yarn.lock tsconfig.json ./
RUN corepack enable && \
RUN apt update && \
apt install tzdata && \
corepack enable && \
yarn workspaces focus --production && \
yarn install --immutable
COPY scripts ./scripts
Expand Down

0 comments on commit 2fb7a7e

Please sign in to comment.