Skip to content

Commit 9f194c8

Browse files
committed
Update code
1 parent edc107e commit 9f194c8

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

frontend/docker/Dockerfile

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,9 @@ COPY --chmod=444 package.json pnpm-lock.yaml ./
66
RUN npm install --ignore-scripts -g pnpm && \
77
pnpm install --ignore-scripts
88

9-
COPY .env ./
10-
COPY next.config.ts ./
11-
COPY postcss.config.js ./
12-
COPY tailwind.config.js ./
13-
COPY tsconfig.json ./
14-
15-
COPY public ./public
16-
COPY src ./src
9+
COPY .env next.config.ts postcss.config.js tailwind.config.js tsconfig.json ./
10+
COPY public public
11+
COPY src src
1712

1813
RUN pnpm run build
1914

0 commit comments

Comments
 (0)