Skip to content

Commit

Permalink
lib premission
Browse files Browse the repository at this point in the history
  • Loading branch information
halamix2 committed Apr 26, 2024
1 parent 58d5b76 commit 8a6fb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/runtimes/python/python312/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN chmod 644 /kubeless/requirements.txt
RUN pip install --no-cache-dir -r /kubeless/requirements.txt

COPY ./ /
RUN chmod 644 kubeless.py
RUN chmod -R 755 lib

WORKDIR /

Expand Down

0 comments on commit 8a6fb1f

Please sign in to comment.