We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc107e commit 9f194c8Copy full SHA for 9f194c8
frontend/docker/Dockerfile
@@ -6,14 +6,9 @@ COPY --chmod=444 package.json pnpm-lock.yaml ./
6
RUN npm install --ignore-scripts -g pnpm && \
7
pnpm install --ignore-scripts
8
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
+COPY .env next.config.ts postcss.config.js tailwind.config.js tsconfig.json ./
+COPY public public
+COPY src src
17
18
RUN pnpm run build
19
0 commit comments