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
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -5,7 +5,6 @@ RUN apt update -y && apt install python3 git make build-essential -y
WORKDIR app
RUN ls -la
RUN ls -la ./../
COPY ./dist/apps/agent .
COPY package.json yarn.lock ./
Loading