This commit is contained in:
parent
324e2b2818
commit
8200675f6c
@ -30,7 +30,7 @@ COPY src/ ${BUILD_PATH}/src/
|
|||||||
|
|
||||||
# Install dependencies and build the application source
|
# Install dependencies and build the application source
|
||||||
# (mount the NPM credentials so we can install private packages)
|
# (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
|
RUN npm run tsc
|
||||||
|
|
||||||
# Remove any dev dependencies now that the app is built
|
# Remove any dev dependencies now that the app is built
|
||||||
|
Loading…
x
Reference in New Issue
Block a user