ci: remove env target

staging
shancheas 2024-07-05 10:19:30 +07:00
parent 2c46650e43
commit eb086e2d7d
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ RUN yarn install
RUN yarn build RUN yarn build
FROM node:18.17-alpine FROM node:18.17-alpine
WORKDIR /app WORKDIR /app
COPY --from=builder /app/env/$env_target .env
COPY --from=builder /app/node_modules ./node_modules COPY --from=builder /app/node_modules ./node_modules
COPY --from=builder /app/dist ./dist COPY --from=builder /app/dist ./dist
COPY --from=builder /app/package.json ./package.json COPY --from=builder /app/package.json ./package.json