Spaces:
Sleeping
Sleeping
Commit
·
4730655
1
Parent(s):
1771b41
update permissions
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,7 +11,7 @@ WORKDIR /app
|
|
11 |
RUN mkdir -p /app/models
|
12 |
|
13 |
# Create the uploads directory explicitly
|
14 |
-
RUN mkdir -p /app/uploads
|
15 |
|
16 |
# Install curl or wget (depending on your preference for downloading files)
|
17 |
RUN apt-get update && apt-get install -y curl
|
|
|
11 |
RUN mkdir -p /app/models
|
12 |
|
13 |
# Create the uploads directory explicitly
|
14 |
+
RUN mkdir -p /app/uploads && chmod -R 755 /app/uploads
|
15 |
|
16 |
# Install curl or wget (depending on your preference for downloading files)
|
17 |
RUN apt-get update && apt-get install -y curl
|