mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-15 19:22:19 +08:00
remove "-alpine" in github actions dockerfile
This commit is contained in:
parent
75c2ab9d45
commit
e7916fbb16
|
@ -1,4 +1,4 @@
|
|||
FROM mcr.microsoft.com/dotnet/aspnet:6.0-alpine
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:6.0
|
||||
ENV TZ=Asia/Shanghai
|
||||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||
COPY ./BililiveRecorder.Cli/bin/docker_out /app
|
||||
|
|
Loading…
Reference in New Issue
Block a user