Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuweiyou committed Apr 27, 2023
1 parent e56f041 commit d9d7859
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM node:18-alpine

RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/repositories

RUN apk add -U tzdata && cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && apk del tzdata

RUN apk add --no-cache \
Expand Down

0 comments on commit d9d7859

Please sign in to comment.