Skip to content

Commit cd78c28

Browse files
committed
cleanup
1 parent 72abf3e commit cd78c28

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
22

.vscode/settings.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM node:22-alpine AS deps
2-
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
2+
# https://github.com/nodejs/docker-node?tab=readme-ov-file#nodealpine
33
RUN apk add --no-cache gcompat
44
WORKDIR /app
55
COPY package.json pnpm-lock.yaml ./

0 commit comments

Comments
 (0)