Skip to content

Commit

Permalink
build(docker): update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Ar Rakin <[email protected]>
  • Loading branch information
virtual-designer committed Jul 8, 2024
1 parent 5db7b3f commit dc271d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ RUN apk add --no-cache python3 build-base g++ cairo-dev jpeg-dev pango-dev gifli

COPY package.json .
COPY tsconfig.json .
COPY src ./src
COPY src .
COPY blazew .
COPY blaze .
COPY blazebuild .
COPY build.blaze.ts
COPY build.blaze.ts .
COPY build_src .
COPY eslint.config.mjs .

Expand All @@ -25,7 +25,7 @@ COPY --from=0 /app/build ./build
COPY --from=0 /app/package.json .
COPY ecosystem.config.js .
COPY .env.docke[r] ./.env
COPY config ./config
COPY config .

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

0 comments on commit dc271d4

Please sign in to comment.