Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Use your base Docker image from Docker Hub
|
| 2 |
-
FROM circulartextapp/algcirc
|
| 3 |
|
| 4 |
|
| 5 |
# Set the working directory to /app
|
|
@@ -23,7 +23,7 @@ RUN if [ -z "$USER_ID" ]; then \
|
|
| 23 |
fi
|
| 24 |
|
| 25 |
# Set appropriate permissions for the application directory
|
| 26 |
-
RUN chown -R user:user /app && chmod -R
|
| 27 |
|
| 28 |
|
| 29 |
# Install gosu (adjust the package manager based on your base image)
|
|
|
|
| 1 |
# Use your base Docker image from Docker Hub
|
| 2 |
+
FROM circulartextapp/algcirc
|
| 3 |
|
| 4 |
|
| 5 |
# Set the working directory to /app
|
|
|
|
| 23 |
fi
|
| 24 |
|
| 25 |
# Set appropriate permissions for the application directory
|
| 26 |
+
RUN chown -R user:user /app && chmod -R 755 /app
|
| 27 |
|
| 28 |
|
| 29 |
# Install gosu (adjust the package manager based on your base image)
|