Skip to content

Commit 9692243

Browse files
updated the docker file to copy utils folder
1 parent 66bd600 commit 9692243

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN apk add --no-cache libc6-compat
66
WORKDIR /app
77

88
COPY src src/.
9+
COPY utils utils/.
910
COPY jsconfig.json .
1011
COPY next.config.mjs .
1112
COPY package.json .

0 commit comments

Comments
 (0)