dockerfile
This commit is contained in:
parent
14e18a3e50
commit
4b2db42a2d
@ -7,6 +7,7 @@ WORKDIR /usr/src/app
|
|||||||
# where available (npm@5+)
|
# where available (npm@5+)
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
RUN yarn
|
RUN yarn
|
||||||
|
RUN yarn build
|
||||||
# If you are building your code for production
|
# If you are building your code for production
|
||||||
# RUN npm ci --only=production
|
# RUN npm ci --only=production
|
||||||
# Bundle app source
|
# Bundle app source
|
||||||
|
Loading…
x
Reference in New Issue
Block a user