fix TZ
This commit is contained in:
parent
99f9efc0f9
commit
8d600bde36
@ -15,6 +15,7 @@ runs:
|
|||||||
entrypoint: "/bin/bash"
|
entrypoint: "/bin/bash"
|
||||||
args: |
|
args: |
|
||||||
-c 'echo "FROM mcr.microsoft.com/dotnet/runtime:8.0" > Dockerfile && \
|
-c 'echo "FROM mcr.microsoft.com/dotnet/runtime:8.0" > Dockerfile && \
|
||||||
|
echo "ENV TZ Asia/Shanghai" >> Dockerfile && \
|
||||||
echo "COPY dist /home" >> Dockerfile && \
|
echo "COPY dist /home" >> Dockerfile && \
|
||||||
echo "WORKDIR /home" >> Dockerfile && \
|
echo "WORKDIR /home" >> Dockerfile && \
|
||||||
echo "ENTRYPOINT [\"./App\"]" >> Dockerfile && \
|
echo "ENTRYPOINT [\"./App\"]" >> Dockerfile && \
|
||||||
|
Loading…
Reference in New Issue
Block a user