Skip to content

Commit

Permalink
remove -f because the listed directories will always exist
Browse files Browse the repository at this point in the history
This may help to catch future errors
  • Loading branch information
goekce authored and marcdumais-work committed Oct 30, 2023
1 parent 9926d0a commit 764d9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN yarn --pure-lockfile && \
echo *.spec.* >> .yarnclean && \
yarn autoclean --force && \
yarn cache clean && \
rm -rf .git applications/electron theia-extensions/launcher theia-extensions/updater node_modules
rm -r .git applications/electron theia-extensions/launcher theia-extensions/updater node_modules

# Production stage uses a small base image
FROM node:16-bullseye-slim as production-stage
Expand Down

0 comments on commit 764d9ba

Please sign in to comment.