Update file Dockerfile
This commit is contained in:
parent
1665d9a0ee
commit
137a1b9522
@ -1,7 +1,7 @@
|
||||
# Install dependencies only when needed
|
||||
FROM node:19 AS deps
|
||||
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
|
||||
RUN apk add libc6-compat
|
||||
#RUN apk add libc6-compat
|
||||
WORKDIR /app
|
||||
|
||||
# Install dependencies based on the preferred package manager
|
||||
|
Reference in New Issue
Block a user