Skip to content

Commit

Permalink
chore: build in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
torbrenner committed May 14, 2024
1 parent b5f0c67 commit 5a6e842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN cd dist/samply/lens-core && npm link \
# Second build the application
WORKDIR /usr/src/app
COPY package.json package-lock.json ./
RUN npm link @samply/lens-core @samply/lens-components && npm install
RUN npm install && npm link @samply/lens-core @samply/lens-components
COPY ./angular.json ./tsconfig.json ./tsconfig.app.json ./tsconfig.spec.json ./
COPY ./src ./src
RUN if [ "${PRODUCTION}" = true ]; then \
Expand Down

0 comments on commit 5a6e842

Please sign in to comment.