Skip to content

Commit

Permalink
!
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Feb 28, 2024
1 parent ad1b13a commit 15f832f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/user/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
FROM node:18.12.0 AS builder
FROM node:16-alpine AS builder

WORKDIR /app

RUN apk add --no-cache libc6-compat

COPY manifests ./

RUN yarn install --immutable
Expand Down

0 comments on commit 15f832f

Please sign in to comment.