Initial voice_history addon
This commit is contained in:
commit
d870cb0d82
7 changed files with 210 additions and 0 deletions
10
voice_history/Dockerfile
Normal file
10
voice_history/Dockerfile
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
ARG BUILD_FROM
|
||||
FROM $BUILD_FROM
|
||||
|
||||
RUN apk add --no-cache nodejs
|
||||
|
||||
WORKDIR /app
|
||||
COPY voice-history.mjs run.sh ./
|
||||
RUN chmod +x /app/run.sh
|
||||
|
||||
CMD ["/app/run.sh"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue