Neurolingua
commited on
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -13,5 +13,6 @@ RUN pip install --no-cache-dir -r /code/requirements.txt
|
|
13 |
|
14 |
# Copy the rest of the application code
|
15 |
COPY . /code
|
16 |
-
|
|
|
17 |
CMD ["python", "app.py"]
|
|
|
13 |
|
14 |
# Copy the rest of the application code
|
15 |
COPY . /code
|
16 |
+
RUN mkdir -p /code/uploads && \
|
17 |
+
chmod 775 /code/uploads
|
18 |
CMD ["python", "app.py"]
|