mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-02-01 18:20:17 +01:00
ci: updated workflow
This commit is contained in:
@@ -2,8 +2,6 @@ FROM crawlabteam/crawlab-backend:latest AS backend-build
|
||||
|
||||
FROM crawlabteam/crawlab-frontend:latest AS frontend-build
|
||||
|
||||
FROM crawlabteam/crawlab-public-plugins:latest AS public-plugins-build
|
||||
|
||||
# images
|
||||
FROM crawlabteam/crawlab-base:latest
|
||||
|
||||
@@ -20,9 +18,6 @@ RUN cp /opt/bin/crawlab /usr/local/bin/crawlab-server
|
||||
# copy frontend files
|
||||
COPY --from=frontend-build /app/dist /app/dist
|
||||
|
||||
# copy public-plugins files
|
||||
COPY --from=public-plugins-build /app/plugins /app/plugins
|
||||
|
||||
# copy nginx config files
|
||||
COPY ./nginx/crawlab.conf /etc/nginx/conf.d
|
||||
|
||||
|
||||
Reference in New Issue
Block a user