Fix resume playback bug

This commit is contained in:
Max Isom 2022-01-29 12:06:11 -05:00
parent d6c9d4b112
commit 6eb704c5b4
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880
3 changed files with 40 additions and 3 deletions

View file

@ -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"]