mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-05-13 04:51:35 +02:00
Fix resume playback bug
This commit is contained in:
parent
d6c9d4b112
commit
6eb704c5b4
3 changed files with 40 additions and 3 deletions
|
@ -35,7 +35,11 @@ COPY --from=builder /usr/app/migrations migrations
|
|||
|
||||
RUN yarn prisma generate
|
||||
|
||||
ARG COMMIT_HASH=unknown
|
||||
|
||||
ENV DATA_DIR /data
|
||||
ENV NODE_ENV production
|
||||
ENV BUILD_DATE $(date)
|
||||
ENV COMMIT_HASH $COMMIT_HASH
|
||||
|
||||
CMD ["yarn", "start"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue