mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-05-18 15:26:36 +00:00
chore(docker): update Dockerfile to optimize build steps and remove redundant copying of .env file
This commit is contained in:
parent
86c58f87d3
commit
a2007316e0
@ -10,8 +10,6 @@ FROM base AS deps
|
||||
RUN apk add --no-cache libc6-compat
|
||||
WORKDIR /app
|
||||
|
||||
# Copy the .env file
|
||||
COPY .env ./
|
||||
# Copy the prisma folder before installing dependencies
|
||||
COPY prisma ./prisma
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user