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 330ffca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/runtimes/python/python312/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ 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 && \
chmod 644 kubeless.py && \
chmod 644 requirements.txt

WORKDIR /

Expand Down

0 comments on commit 330ffca

Please sign in to comment.