mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-04 20:36:14 +00:00
Move next to start a monorepo
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
FROM node:16-alpine AS builder
|
||||
WORKDIR /app
|
||||
|
||||
COPY .yarn ./.yarn
|
||||
COPY .yarnrc.yml ./
|
||||
COPY package.json yarn.lock ./
|
||||
RUN yarn --frozen-lockfile
|
||||
RUN yarn --immutable
|
||||
|
||||
ENV NEXT_TELEMETRY_DISABLED 1
|
||||
EXPOSE 3000
|
||||
ENV PORT 3000
|
||||
CMD ["yarn", "dev"]
|
||||
CMD ["yarn", "web"]
|
||||
|
||||
Reference in New Issue
Block a user