Skip to content
Snippets Groups Projects
Commit 69bf36a3 authored by Mohammad Torkashvand's avatar Mohammad Torkashvand
Browse files

install curl and vim in docker contianer

parent 348bc248
No related branches found
No related tags found
1 merge request!19install curl and vim in docker container
Pipeline #86671 passed
......@@ -27,6 +27,8 @@ FROM node:18-alpine AS runner
# ENV NODE_ENV=production
RUN apk update && apk add --no-cache curl vim
COPY --from=builder /app/orchestrator-ui-library/apps/wfo-ui/.next/standalone /app
COPY --from=builder /app/orchestrator-ui-library/apps/wfo-ui/.next/static /app/.next/static
COPY --from=builder /app/orchestrator-ui-library/node_modules /app/node_modules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment