Skip to content

Commit

Permalink
fix: change docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ZZ3n committed Sep 17, 2024
1 parent 73aff9d commit 8897803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ COPY --from=deps /app/node_modules ./node_modules
RUN yarn build

# 3. Production image, copy all the files you need to run the app
FROM node:18-alpine AS runner
FROM --platform=linux/amd64 node:18-alpine AS runner
WORKDIR /app

# Install curl for health check
Expand Down

0 comments on commit 8897803

Please sign in to comment.