Skip to content

Commit

Permalink
fix: users require write permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
malhussan committed Jan 30, 2024
1 parent 19add5e commit 53c328f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update \
curl \
&& rm -rf /var/lib/apt/lists/*

COPY --chmod=755 bin/ /app
COPY --chmod=777 bin/ /app

RUN pip install --no-cache-dir -r /app/requirements.txt

Expand Down

0 comments on commit 53c328f

Please sign in to comment.