GordonChan365
commited on
Create Dockerfile
Browse files- Dockerfile +5 -0
Dockerfile
ADDED
@@ -0,0 +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
|