初始化 antd-pro
This commit is contained in:
12
admin-web/Dockerfile
Normal file
12
admin-web/Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM circleci/node:latest-browsers
|
||||
|
||||
WORKDIR /usr/src/app/
|
||||
USER root
|
||||
COPY package.json ./
|
||||
RUN yarn
|
||||
|
||||
COPY ./ ./
|
||||
|
||||
RUN npm run test:all
|
||||
|
||||
CMD ["npm", "run", "build"]
|
||||
Reference in New Issue
Block a user