typo
All checks were successful
Build container images / build (push) Successful in 1m51s

This commit is contained in:
James Brumond 2023-08-18 16:09:14 -07:00
parent 324e2b2818
commit 8200675f6c
Signed by: james
GPG Key ID: E8F2FC44BAA3357A

View File

@ -30,7 +30,7 @@ COPY src/ ${BUILD_PATH}/src/
# Install dependencies and build the application source
# (mount the NPM credentials so we can install private packages)
RUN --mount-type=secret,id=npmrc,target=/root/.npmrc npm ci
RUN --mount=type=secret,id=npmrc,target=/root/.npmrc npm ci
RUN npm run tsc
# Remove any dev dependencies now that the app is built