Skip to content

Commit

Permalink
ci: fix image build
Browse files Browse the repository at this point in the history
Signed-off-by: thediveo <[email protected]>
  • Loading branch information
thediveo committed Jan 10, 2024
1 parent c3bdd2e commit 5b9bed2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deployments/lxkns/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,12 @@ RUN yarn config set nodeLinker node-modules
COPY --from=webappsrc \
package.json \
yarn.lock \
.eslintrc \
.eslintrc.cjs \
tsconfig.json \
tsconfig.node.json \
vite.config.ts \
index.html \
lxkns-logo.svg \
./
# While not being a true production install in the original sense, this avoids
# installing storybook which we all don't need in creating the production build.
Expand Down

0 comments on commit 5b9bed2

Please sign in to comment.