updating name

This commit is contained in:
2023-04-03 18:56:56 -07:00
parent 0af4a6dbf5
commit 33ea935ea9

View File

@@ -1,7 +1,7 @@
# Install dependencies only when needed
FROM node:18-alpine AS deps
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
RUN apk add --no-cache libc6-compat sqlite3
RUN apk add --no-cache libc6-compat sqlite
WORKDIR /app
# Install dependencies based on the preferred package manager