This commit is contained in:
xRain 2023-08-21 22:32:13 +08:00
parent b222b42ee4
commit f895f55715

View File

@ -14,7 +14,7 @@ runs:
username: ${{env.DOCKER_USER}}
password: ${{env.DOCKER_PASS}}
- shell: bash
- shell: sh
run: |
echo "FROM mcr.microsoft.com/dotnet/runtime:7.0" > Dockerfile
echo "COPY dist /home" >> Dockerfile