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:
772
772
- name : Build Docker image
773
773
working-directory : docker
774
774
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 .
776
776
777
777
- name : Launch Geometry service
778
778
run : |
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ RUN apt-get update && \
17
17
COPY linux-core-binaries.zip .
18
18
RUN unzip -qq linux-core-binaries.zip -d . && \
19
19
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
23
23
24
24
# Let the dynamic link loader where to search for shared libraries
25
25
ENV 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
21
21
COPY windows-core-binaries.zip .
22
22
RUN mkdir tmp_folder && \
23
23
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\* . && \
26
26
del windows-core-binaries.zip && \
27
27
rmdir /s /q tmp_folder
28
28
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ WORKDIR /app
19
19
COPY windows-dms-binaries.zip .
20
20
RUN mkdir tmp_folder && \
21
21
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\* . && \
24
24
del windows-dms-binaries.zip && \
25
25
rmdir /s /q tmp_folder
26
26
You can’t perform that action at this time.
0 commit comments