Compare commits
1 Commits
limit-mail
...
bb25928a8e
| Author | SHA1 | Date | |
|---|---|---|---|
| bb25928a8e |
@@ -3,6 +3,12 @@ FROM node:20-alpine
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY package*.json ./
|
||||
|
||||
# Set timezone to Asia/Shanghai
|
||||
RUN apk add --no-cache tzdata
|
||||
ENV TZ=Asia/Shanghai
|
||||
ENV NODE_ENV=production
|
||||
|
||||
RUN npm install
|
||||
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user