thewise commited on
Commit
c50ceee
1 Parent(s): 92b0f08

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y build-essential curl git && rm -rf /var
5
  WORKDIR /app
6
 
7
  # Create the github_repo directory directly without specifying user permissions
8
- RUN mkdir /app/github_repo
9
 
10
  # Copy application files directly without specifying user permissions
11
  COPY . /app
 
5
  WORKDIR /app
6
 
7
  # Create the github_repo directory directly without specifying user permissions
8
+ RUN mkdir /app/github_repo && chmod 777 /app/github_repo
9
 
10
  # Copy application files directly without specifying user permissions
11
  COPY . /app