Skip to content

Commit 953d4b6

Browse files
Rajgupta36arkid15r
andauthored
updated dockerfile (OWASP#1298)
* update dockerfile * Update code --------- Co-authored-by: Arkadii Yakovets <arkadii.yakovets@owasp.org>
1 parent 19d7ab7 commit 953d4b6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

frontend/docker/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +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-
# TODO(arkid15r): copy what's needed only.
10-
COPY . .
9+
COPY .env next.config.ts postcss.config.js tailwind.config.js tsconfig.json ./
10+
COPY public public
11+
COPY src src
1112

1213
RUN pnpm run build
1314

0 commit comments

Comments
 (0)