mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
13
frontend/Dockerfile
Normal file
13
frontend/Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM node:12 AS build
|
||||
|
||||
ADD . /app
|
||||
WORKDIR /app
|
||||
RUN rm /app/.npmrc
|
||||
|
||||
# install frontend
|
||||
RUN yarn install && yarn run build:docker
|
||||
|
||||
FROM alpine:3.14
|
||||
|
||||
# copy files
|
||||
COPY --from=build /app/dist /app/dist
|
||||
@@ -23,7 +23,7 @@
|
||||
"@fortawesome/vue-fontawesome": "^3.0.0-5",
|
||||
"atom-material-icons": "^3.0.0",
|
||||
"codemirror": "^5.59.1",
|
||||
"crawlab-ui": "0.6.0",
|
||||
"crawlab-ui": "0.6.0-1",
|
||||
"echarts": "^5.1.2",
|
||||
"element-plus": "^1.3.0-beta.10",
|
||||
"vue": "^3.2",
|
||||
|
||||
@@ -3472,10 +3472,10 @@ cosmiconfig@^5.0.0:
|
||||
js-yaml "^3.13.1"
|
||||
parse-json "^4.0.0"
|
||||
|
||||
crawlab-ui@0.6.0:
|
||||
version "0.6.0"
|
||||
resolved "https://registry.npmmirror.com/crawlab-ui/-/crawlab-ui-0.6.0.tgz#b0d67f33a8a3deef640707742a9a03588c9c1e76"
|
||||
integrity sha512-ORMgyA++RLlKs/7qiQN9cvBQ839m9K0TLkLmdAo+BvUxvPTAPhyVeoBV0BOrqiiehRVj3xrO4DH7Cl+I3YrIig==
|
||||
crawlab-ui@0.6.0-1:
|
||||
version "0.6.0-1"
|
||||
resolved "https://registry.npmjs.org/crawlab-ui/-/crawlab-ui-0.6.0-1.tgz#df6dc5473e7cee89738d8d459e5352dd7252671a"
|
||||
integrity sha512-vDw9nvvq0+kFBLJVzaraawJg2s+mSjk6OmhQc/ocdr8UESCWHhKZf0i4pw28gzPY627pxmDhXuTfmNZ13iEtXg==
|
||||
dependencies:
|
||||
"@element-plus/icons" "^0.0.11"
|
||||
"@fortawesome/fontawesome-common-types" "^6.1.0"
|
||||
|
||||
Reference in New Issue
Block a user