mirror of
https://github.com/SrIzan10/vinci.git
synced 2026-06-06 01:07:00 +00:00
fix: util folder getting copied over to root
This commit is contained in:
@@ -21,7 +21,7 @@ WORKDIR /app
|
||||
|
||||
COPY --from=build /app/dist ./dist
|
||||
COPY --from=build /app/schemas ./schemas
|
||||
COPY --from=build /app/util ./
|
||||
COPY --from=build /app/util ./util
|
||||
COPY --from=build /app/images ./images
|
||||
COPY --from=build /app/node_modules ./node_modules
|
||||
COPY --from=build /app/package.json ./package.json
|
||||
|
||||
Reference in New Issue
Block a user