Skip to content

Commit

Permalink
Dockerfile: copy chmod too & fix chmod for files
Browse files Browse the repository at this point in the history
  • Loading branch information
wopox1337 committed Oct 16, 2024
1 parent 6ecd001 commit 895092a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,4 @@ COPY --from=download_hlds_windows /opt/hlds /opt/HLDS

WORKDIR /opt/HLDS
# Add test depend files
COPY testdemos_files .

# CMD [ "./test.sh" ]
# CMD wine hlds.exe --rehlds-enable-all-hooks --rehlds-test-play "testdemos/cstrike-basic-1.bin" -game cstrike -console -port 27039 +map regamedll_test_map_v5
COPY --chmod=x testdemos_files .
Empty file modified testdemos_files/runRegamedll.sh
100644 → 100755
Empty file.
Empty file modified testdemos_files/runRehlds.sh
100644 → 100755
Empty file.
Empty file modified testdemos_files/runTest.sh
100644 → 100755
Empty file.

0 comments on commit 895092a

Please sign in to comment.