Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -5,7 +5,7 @@ COPY . /app
|
|
| 5 |
|
| 6 |
# /tmp ๋๋ ํ ๋ฆฌ ์์ฑ ๋ฐ ๊ถํ ๋ถ์ฌ
|
| 7 |
RUN mkdir -p /tmp && chmod 1777 /tmp
|
| 8 |
-
RUN chmod -
|
| 9 |
|
| 10 |
# TMPDIR ํ๊ฒฝ๋ณ์๋ฅผ ์ง์ ํ์ฌ pip install ์คํ
|
| 11 |
RUN TMPDIR=/tmp pip install --upgrade pip && TMPDIR=/tmp pip install --no-cache-dir -r requirements.txt -U
|
|
|
|
| 5 |
|
| 6 |
# /tmp ๋๋ ํ ๋ฆฌ ์์ฑ ๋ฐ ๊ถํ ๋ถ์ฌ
|
| 7 |
RUN mkdir -p /tmp && chmod 1777 /tmp
|
| 8 |
+
RUN chmod -Rc 775 /app
|
| 9 |
|
| 10 |
# TMPDIR ํ๊ฒฝ๋ณ์๋ฅผ ์ง์ ํ์ฌ pip install ์คํ
|
| 11 |
RUN TMPDIR=/tmp pip install --upgrade pip && TMPDIR=/tmp pip install --no-cache-dir -r requirements.txt -U
|