GordonChan365
commited on
Commit
•
4c75728
1
Parent(s):
18841eb
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
FROM ghcr.io/gordonchanfz/openedai-speech-min:latest
|
2 |
WORKDIR /app
|
3 |
-
RUN chmod 777 /app
|
4 |
EXPOSE 8000
|
5 |
CMD bash startup.min.sh
|
|
|
1 |
FROM ghcr.io/gordonchanfz/openedai-speech-min:latest
|
2 |
WORKDIR /app
|
3 |
+
RUN chmod 777 -R /app
|
4 |
EXPOSE 8000
|
5 |
CMD bash startup.min.sh
|