Skip to content

Commit

Permalink
updated: chmod to octal
Browse files Browse the repository at this point in the history
Signed-off-by: Coury Richards <146002925+couryrr-afs@users.noreply.github.com>
  • Loading branch information
couryrr-afs committed Oct 11, 2024
1 parent b6dfda2 commit a41871a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@ RUN git clone https://github.com/US-JOET/libocpp.git \
&& cmake -B build -G Ninja -DBUILD_TESTING=ON -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX="./dist" -DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
&& ninja -j$(nproc) -C build install

COPY --chmod=+x ./demo-runner.sh ./
COPY --chmod=755 ./demo-runner.sh ./

CMD [ "bash", "./demo-runner.sh" ]
CMD [ "bash", "./demo-runner.sh" ]

0 comments on commit a41871a

Please sign in to comment.