Skip to content
Snippets Groups Projects

ci: setup application helms in the monorepo

Merged Zdravko Iliev requested to merge find-dist-location into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -3,7 +3,7 @@ FROM node:18.16.0-buster-slim
RUN apt update -y && apt install python3 git make build-essential -y
WORKDIR app
##
COPY $DIST_PATH/dist/apps/agent .
COPY package.json yarn.lock ./
Loading