Fix dev dockerfile

This commit is contained in:
Zoe Roux 2022-10-31 04:30:52 +09:00
parent 1507b279f7
commit 016d50e383
No known key found for this signature in database
GPG Key ID: B2AB52A2636E5C46
3 changed files with 5 additions and 3 deletions

View File

@ -3,7 +3,8 @@ WORKDIR /app
COPY .yarn ./.yarn
COPY .yarnrc.yml ./
COPY package.json yarn.lock ./
RUN yarn --immutabe
COPY packages/web/package.json packages/web/package.json
RUN yarn --immutable
COPY . .
ENV NEXT_TELEMETRY_DISABLED 1

View File

@ -4,6 +4,7 @@ WORKDIR /app
COPY .yarn ./.yarn
COPY .yarnrc.yml ./
COPY package.json yarn.lock ./
COPY packages/web/package.json packages/web/package.json
RUN yarn --immutable
ENV NEXT_TELEMETRY_DISABLED 1

View File

@ -55,8 +55,8 @@ const KyooTitle = () => {
variant="h6"
noWrap
css={{
ml: 1,
mr: 2,
ml: 8,
mr: 16,
fontFamily: "monospace",
fontWeight: 700,
color: "white",