mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-24 23:05:05 +00:00
feat(docker): add perl installation to Dockerfile for production environment
- Updated Dockerfile to include installation of perl in the production image. - Ensured that the environment is prepared for any necessary scripts or dependencies requiring perl. Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
@@ -31,6 +31,7 @@ FROM node:${NODE_VERSION}-slim AS runner
|
||||
ENV NODE_ENV=production
|
||||
WORKDIR /app
|
||||
|
||||
RUN apk install --no-cache perl
|
||||
COPY --from=builder /workspace/be/apps/core/dist ./dist
|
||||
COPY --from=builder /workspace/be/apps/core/drizzle ./drizzle
|
||||
|
||||
|
||||
Reference in New Issue
Block a user