File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -772,7 +772,7 @@ jobs:
772772 - name : Build Docker image
773773 working-directory : docker
774774 run : |
775- docker build -f linux/Dockerfile -t ghcr.io/ansys/geometry:linux-tmp .
775+ docker build -f linux/coreservice/ Dockerfile -t ghcr.io/ansys/geometry:linux-tmp .
776776
777777 - name : Launch Geometry service
778778 run : |
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ RUN apt-get update && \
1717COPY linux-core-binaries.zip .
1818RUN unzip -qq linux-core-binaries.zip -d . && \
1919 rm linux-core-binaries.zip && \
20- chmod -R 0755 DockerLinux && \
21- mv DockerLinux/ bin/x64/Release_Linux /net8.0/* . && \
22- rm -rf DockerLinux
20+ chmod -R 0755 bin && \
21+ mv bin/x64/Release_Core_Linux /net8.0/* . && \
22+ rm -rf bin
2323
2424# Let the dynamic link loader where to search for shared libraries
2525ENV LD_LIBRARY_PATH=/app:/app/CADIntegration/bin:/app/Native/Linux
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ WORKDIR /app
2121COPY windows-core-binaries.zip .
2222RUN mkdir tmp_folder && \
2323 tar -xf windows-core-binaries.zip -C tmp_folder && \
24- xcopy tmp_folder\D ockerWindows \ b in\x 64\R elease_Core_Windows\n et8.0\* . /e /i /h && \
25- xcopy tmp_folder\D ockerWindows \ * . && \
24+ xcopy tmp_folder\b in\x 64\R elease_Core_Windows\n et8.0\* . /e /i /h && \
25+ xcopy tmp_folder\* . && \
2626 del windows-core-binaries.zip && \
2727 rmdir /s /q tmp_folder
2828
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ WORKDIR /app
1919COPY windows-dms-binaries.zip .
2020RUN mkdir tmp_folder && \
2121 tar -xf windows-dms-binaries.zip -C tmp_folder && \
22- xcopy tmp_folder\D ockerWindows \ b in\x 64\R elease_Headless\n et472\* . /e /i /h && \
23- xcopy tmp_folder\D ockerWindows \ * . && \
22+ xcopy tmp_folder\b in\x 64\R elease_Headless\n et472\* . /e /i /h && \
23+ xcopy tmp_folder\* . && \
2424 del windows-dms-binaries.zip && \
2525 rmdir /s /q tmp_folder
2626
You can’t perform that action at this time.
0 commit comments