Skip to content

Commit

Permalink
Do a clean install of umbreld
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodeIO authored and lukechilds committed Jan 27, 2025
1 parent 1fc4ebd commit 40af3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/os/umbrelos.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ COPY packages/umbreld /opt/umbreld
COPY --from=ui-build /app/dist /opt/umbreld/ui
WORKDIR /opt/umbreld
RUN rm -rf node_modules || true
RUN npm install --omit dev && npm link
RUN npm clean-install --omit dev && npm link
WORKDIR /

# Copy in filesystem overlay
Expand Down

0 comments on commit 40af3e8

Please sign in to comment.