File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2121 ANSRV_GEO_PORT : 700
2222 ANSRV_GEO_LICENSE_SERVER : ${{ secrets.LICENSE_SERVER }}
2323 GEO_CONT_NAME : ans_geo
24- RESET_IMAGE_CACHE : 0
24+ RESET_IMAGE_CACHE : 1
2525
2626concurrency :
2727 group : ${{ github.workflow }}-${{ github.ref }}
Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ WORKDIR /app
1616# Add the binary files from the latest release
1717COPY windows-binaries.zip .
1818RUN mkdir tmp_folder && tar -xf windows-binaries.zip -C tmp_folder
19- RUN for /R "tmp_folder" %f in (*) do move /Y "%f" .
19+ RUN xcopy "tmp_folder\DockerWindows\bin\x64\Release_Headless\net472\*" ".\" /s /e /i /h
20+ RUN xcopy "tmp_folder\DockerWindows\*" ".\"
2021RUN del windows-binaries.zip && rmdir /s /q tmp_folder
2122
2223# Defining environment variables
You can’t perform that action at this time.
0 commit comments