Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/M1saka10010/scnuoj
Browse files Browse the repository at this point in the history
  • Loading branch information
M1saka10010 committed Oct 21, 2024
2 parents 2aefb8e + f42f284 commit 41f110d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM php:8.1-fpm-alpine

# 设置apk源为国内镜像源,并安装tzdata和curl
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories \
&& apk add --no-cache tzdata curl build-base
&& apk add --no-cache tzdata curl build-base zip

# 设置时区为Asia/Shanghai
ENV TZ "Asia/Shanghai"
Expand Down
20 changes: 10 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 41f110d

Please sign in to comment.