This commit is contained in:
2024-09-21 22:49:42 +02:00
parent 9a661bd1ff
commit 5a5467fd3c

View File

@@ -5,7 +5,6 @@ COPY --from=cache /cache/node_modules /app/node_modules
COPY . /app COPY . /app
WORKDIR /app WORKDIR /app
RUN apk add --no-cache ffmpeg RUN apk add --no-cache ffmpeg
RUN corepack enable RUN corepack enable
RUN yarn build RUN yarn build