ci: remove env target
parent
2c46650e43
commit
eb086e2d7d
|
@ -6,7 +6,6 @@ RUN yarn install
|
|||
RUN yarn build
|
||||
FROM node:18.17-alpine
|
||||
WORKDIR /app
|
||||
COPY --from=builder /app/env/$env_target .env
|
||||
COPY --from=builder /app/node_modules ./node_modules
|
||||
COPY --from=builder /app/dist ./dist
|
||||
COPY --from=builder /app/package.json ./package.json
|
||||
|
|
Loading…
Reference in New Issue