Skip to content

Commit

Permalink
rollback to node alpine image
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry DEGREMONT committed Sep 17, 2024
1 parent 36c96b9 commit 1f6a266
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/graphql-mesh/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# BUILD
FROM node:18-slim AS builder
FROM node:18-alpine AS builder

WORKDIR /build

Expand All @@ -12,8 +11,7 @@ RUN cd node_modules/typescript/lib && rm -rf cs de es fr it ja ko pl pt-br ru tr
COPY . ./
RUN rm ./config.yaml

# RUN
FROM node:18-slim AS runner
FROM node:18-alpine AS runner

LABEL org.opencontainers.image.description="GraphQL Mesh Gateway"
LABEL org.opencontainers.image.vendor="Bouygues Telecom"
Expand Down

0 comments on commit 1f6a266

Please sign in to comment.