Skip to content

Commit

Permalink
fix: use regular image
Browse files Browse the repository at this point in the history
  • Loading branch information
KagChi authored May 10, 2024
1 parent f60e23c commit 83e1b7d
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
@@ -1,4 +1,4 @@
FROM ghcr.io/hazmi35/node:20-dev-alpine as build-stage
FROM ghcr.io/hazmi35/node:20-dev as build-stage

WORKDIR /tmp/build

Expand All @@ -17,7 +17,7 @@ RUN pnpm run build

RUN pnpm prune --production

FROM ghcr.io/hazmi35/node:20-alpine
FROM ghcr.io/hazmi35/node:20

WORKDIR /app

Expand All @@ -29,4 +29,4 @@ COPY --from=build-stage /tmp/build/node_modules ./node_modules
COPY --from=build-stage /tmp/build/dist ./dist
COPY --from=build-stage /tmp/build/drizzle ./drizzle

CMD node dist/index.js
CMD node dist/index.js

0 comments on commit 83e1b7d

Please sign in to comment.