Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
| 12 |
|
| 13 |
# Set the working directory
|
| 14 |
WORKDIR /app
|
| 15 |
-
RUN
|
| 16 |
RUN chown -R $(whoami):$(whoami) translations/
|
| 17 |
|
| 18 |
# Clone the repository into a specific folder
|
|
|
|
| 12 |
|
| 13 |
# Set the working directory
|
| 14 |
WORKDIR /app
|
| 15 |
+
RUN mkdir -p translations/ && chmod -R 777 translations/
|
| 16 |
RUN chown -R $(whoami):$(whoami) translations/
|
| 17 |
|
| 18 |
# Clone the repository into a specific folder
|