mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-05 20:59:20 +00:00
Add transcoder's dockerfile
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:16-alpine AS builder
|
||||
FROM node:16-alpine
|
||||
RUN apk add git bash
|
||||
WORKDIR /app
|
||||
COPY .yarn ./.yarn
|
||||
@@ -14,4 +14,4 @@ RUN yarn --immutable
|
||||
ENV NEXT_TELEMETRY_DISABLED 1
|
||||
EXPOSE 3000
|
||||
EXPOSE 19000
|
||||
CMD ["yarn", "dev"]
|
||||
CMD yarn dev
|
||||
|
||||
Reference in New Issue
Block a user