Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SB02 Official Solution #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

SB02 Official Solution #4

wants to merge 2 commits into from

Conversation

gaplo917
Copy link
Member

@gaplo917 gaplo917 added the Official Solution Official Solution label Jun 28, 2020

# 1. Building app
# 2. Remove Dev Dependencies
RUN yarn build \
Copy link

@cyljacky cyljacky Jul 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yarn build 應該係唔 work 既command?
應該係 yarn run build 先啱?

sorry, 啱啱睇番document發現佢會自己做番 alias yarn build = yarn run build

但係想問番另一樣:
yarn install --frozen-lockfile
同埋
yarn install --production --frozen-lockfile --offline
分開行有無咩原因?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

通常行 build 時都必定要有 devDependencies,例如 babel, webpack

yarn install --frozen-lockfile

就會裝埋 devDependencies

之後再行

yarn install --production --frozen-lockfile --offline

就會 remove 所有 devDependencies

詳細解釋可以參考呢度 https://gaplo.tech/sb02-docker-build-solution/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Official Solution Official Solution
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants