docker vm builds

This commit is contained in:
2021-08-28 16:26:16 +00:00
parent ef77f4c99a
commit 6a68d2ed32
26 changed files with 240 additions and 531 deletions

View File

@@ -15,11 +15,10 @@ RUN --mount=type=cache,mode=0755,target=/root/.npm \
COPY webpack.config.js .
COPY tsconfig.json .
## required to build the cic-client-meta module
COPY src/ src/
COPY scripts/ scripts/
COPY tests/ tests/
COPY . .
COPY tests/*.asc /root/pgp/
## copy runtime configs
COPY .config/ /usr/local/etc/cic-meta/
#