You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docker/Dockerfile
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -480,9 +480,9 @@ RUN yarn global add \
480
480
481
481
# Install nativefier
482
482
RUN yarn global add nativefier && \
483
-
sudo sed -iE 's/return `${normalized}-nativefier.*/return `${normalized}-nativefier`;/' $(yarn global dir)/node_modules/nativefier/lib/build/prepareElectronApp.js
483
+
sed -iE 's/return `${normalized}-nativefier.*/return `${normalized}-nativefier`;/' $(yarn global dir)/node_modules/nativefier/lib/build/prepareElectronApp.js
484
484
485
-
#Create claude nativefier app
485
+
#Nativefy claude
486
486
RUN nativefier https://claude.ai /opt --name claude --single-instance && \
0 commit comments