Co-authored-by: sora-ext Co-authored-by: soraefir Reviewed-on: #160
This commit is contained in:
@ -7,6 +7,7 @@ WORKDIR /usr/src/app
|
||||
# where available (npm@5+)
|
||||
COPY package*.json ./
|
||||
RUN yarn
|
||||
RUN yarn build
|
||||
# If you are building your code for production
|
||||
# RUN npm ci --only=production
|
||||
# Bundle app source
|
||||
|
Reference in New Issue
Block a user