mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-05-10 04:01:37 +02:00
Use tsx (#778)
This commit is contained in:
parent
068eceff57
commit
b8bde2a817
5 changed files with 181 additions and 275 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:16.13.0 AS base
|
||||
FROM node:18.7.0 AS base
|
||||
|
||||
# Install ffmpeg
|
||||
RUN apt-get update && \
|
||||
|
@ -35,4 +35,3 @@ ENV COMMIT_HASH $COMMIT_HASH
|
|||
ENV BUILD_DATE $BUILD_DATE
|
||||
|
||||
CMD ["tini", "--", "yarn", "start"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue