Spaces:
Running
Running
Update Dockerfile
Browse files- 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
|