This commit is contained in:
xRain 2024-04-16 10:50:57 +08:00
parent 99f9efc0f9
commit 8d600bde36

View File

@ -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 && \