mirror of
https://github.com/yusufipk/OpenFrame.git
synced 2026-09-11 09:36:08 +00:00
refactor(docker): remove unnecessary next-env.d.ts copy from Dockerfile
This commit is contained in:
@@ -15,7 +15,6 @@ COPY public ./public
|
|||||||
COPY scripts ./scripts
|
COPY scripts ./scripts
|
||||||
COPY types ./types
|
COPY types ./types
|
||||||
COPY components.json ./components.json
|
COPY components.json ./components.json
|
||||||
COPY next-env.d.ts ./next-env.d.ts
|
|
||||||
COPY next.config.ts ./next.config.ts
|
COPY next.config.ts ./next.config.ts
|
||||||
COPY postcss.config.mjs ./postcss.config.mjs
|
COPY postcss.config.mjs ./postcss.config.mjs
|
||||||
COPY prisma.config.ts ./prisma.config.ts
|
COPY prisma.config.ts ./prisma.config.ts
|
||||||
|
|||||||
Reference in New Issue
Block a user