This commit is contained in:
Max Isom 2022-08-19 21:42:29 -05:00 committed by GitHub
parent 068eceff57
commit b8bde2a817
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 181 additions and 275 deletions

View file

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