Skip to content

Commit

Permalink
test: new dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lotharking committed Jun 18, 2024
1 parent f70ab4a commit 02e4c44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ FROM node:20 as base

FROM base AS deps

RUN apk add --no-cache libc6-compat
WORKDIR /app

COPY package.json ./
Expand Down

0 comments on commit 02e4c44

Please sign in to comment.