Skip to content

Commit

Permalink
build: worker dockerfile permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
okradze committed Nov 1, 2023
1 parent 2703089 commit 681be25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/worker/docker/Dockerfile.worker
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ ENV PYTHONUNBUFFERED 1
# Set work directory
WORKDIR /app

# Change permissions of the work directory
RUN chmod 777 /app

# Install dependencies
COPY pyproject.toml poetry.lock /app/

Expand Down

0 comments on commit 681be25

Please sign in to comment.