Skip to content

Commit fc68d29

Browse files
committed
fix(altair): simplify image
1 parent cd827e7 commit fc68d29

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

dockerfiles/altair/Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,11 @@ RUN --mount=type=cache,id=pnpm,target=/pnpm/store \
3333
pnpm install --frozen-lockfile
3434

3535
RUN pnpm turbo run build --filter=@altairgraphql/api...
36-
RUN pnpm deploy --filter=@altairgraphql/api /api-app
36+
RUN pnpm deploy --filter=@altairgraphql/api /app
3737

38-
# Final stage
39-
FROM node:${NODE_VERSION}-alpine AS final
4038
ENV NODE_ENV=production
4139
USER node
4240

43-
COPY --from=base /api-app /app
4441
WORKDIR /app
4542

4643
ENV NEW_RELIC_NO_CONFIG_FILE=true

0 commit comments

Comments
 (0)