Skip to content

Commit dc271d4

Browse files
build(docker): update Dockerfile
Signed-off-by: Ar Rakin <[email protected]>
1 parent 5db7b3f commit dc271d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ RUN apk add --no-cache python3 build-base g++ cairo-dev jpeg-dev pango-dev gifli
66

77
COPY package.json .
88
COPY tsconfig.json .
9-
COPY src ./src
9+
COPY src .
1010
COPY blazew .
1111
COPY blaze .
1212
COPY blazebuild .
13-
COPY build.blaze.ts
13+
COPY build.blaze.ts .
1414
COPY build_src .
1515
COPY eslint.config.mjs .
1616

@@ -25,7 +25,7 @@ COPY --from=0 /app/build ./build
2525
COPY --from=0 /app/package.json .
2626
COPY ecosystem.config.js .
2727
COPY .env.docke[r] ./.env
28-
COPY config ./config
28+
COPY config .
2929

3030
EXPOSE 4000
3131
CMD ["npm", "run", "start:prod", "--", "--no-daemon"]

0 commit comments

Comments
 (0)