mirror of
https://github.com/byulmaru/quesdon
synced 2024-11-30 15:58:01 +09:00
use yarn
This commit is contained in:
parent
7077ba4471
commit
2fd56c0f8d
@ -4,11 +4,11 @@ ENV BACK_PORT 80
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json package-lock.json ./
|
||||
RUN npm install
|
||||
COPY package.json yarn.lock ./
|
||||
RUN yarn install
|
||||
|
||||
COPY . .
|
||||
RUN NODE_ENV=production npm run build
|
||||
RUN NODE_ENV=production yarn build
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
|
7685
package-lock.json
generated
7685
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user