Skip to content

Commit

Permalink
add RUN chmod +x /app/*
Browse files Browse the repository at this point in the history
  • Loading branch information
litongjava committed Mar 11, 2024
1 parent 064515e commit 06537cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions distribute/docker/pure/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ COPY cmake-build-release/simplest /app/
COPY cmake-build-release/whisper_http_server_base_httplib /app/
COPY cmake-build-release/whisper_server_base_on_uwebsockets /app/
COPY cmake-build-release/thirdparty/whisper.cpp/libwhisper.so /lib

RUN chmod +x /app/*

0 comments on commit 06537cb

Please sign in to comment.