Skip to content

Commit

Permalink
core_api: Fix production image
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminbours committed Aug 3, 2024
1 parent 965fbfc commit 4d9535d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core_api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ COPY --from=build /app/core_api/dist ./dist
COPY --from=build /app/core_api/prisma ./prisma
COPY --from=build /app/core_api/locales ./locales
COPY --from=build /app/core_api/package*.json ./
COPY --from=build /app/core_api/assets.json ./
COPY --from=build /app/.npmrc ./

RUN npm i --omit=dev && \
Expand Down

0 comments on commit 4d9535d

Please sign in to comment.