Spaces:
Running
Running
Ashhar
commited on
Commit
·
b987ffd
1
Parent(s):
c2783a5
chmod perm in docker file
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -92,4 +92,5 @@ ENV GROQ_API_KEY=${GROQ_API_KEY} \
|
|
92 |
RUNNING_IN_DOCKER=true
|
93 |
|
94 |
RUN mkdir -p ${WORKDIR}/run
|
|
|
95 |
CMD pnpm run dev --host
|
|
|
92 |
RUNNING_IN_DOCKER=true
|
93 |
|
94 |
RUN mkdir -p ${WORKDIR}/run
|
95 |
+
RUN chmod -R 777 /app
|
96 |
CMD pnpm run dev --host
|