mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
ci: updated dockerfile
This commit is contained in:
@@ -19,7 +19,8 @@ COPY --from=frontend-build /app/dist /app/dist
|
||||
COPY ./docker/nginx/crawlab.conf /etc/nginx/conf.d
|
||||
|
||||
# copy docker bin files
|
||||
COPY ./docker/bin /app/
|
||||
RUN mkdir -p /app/bin
|
||||
COPY ./docker/bin/* /app/bin
|
||||
|
||||
# start backend
|
||||
CMD ["/bin/bash", "/app/bin/docker-init.sh"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "crawlab",
|
||||
"version": "0.7.0-rc1",
|
||||
"version": "0.7.0-rc2",
|
||||
"scripts": {
|
||||
"dev": "turbo run dev",
|
||||
"test": "turbo run test",
|
||||
|
||||
Submodule frontend/packages/crawlab-ui updated: 7dba129373...beba649432
Reference in New Issue
Block a user