mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-27 17:50:53 +01:00
updated frontend dockerfile
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
# images
|
||||
FROM python:3.6
|
||||
|
||||
#用ubuntu国内源替换默认源
|
||||
RUN rm /etc/apt/sources.list
|
||||
COPY sources.list /etc/apt/sources.list
|
||||
|
||||
# source files
|
||||
ADD . /opt/crawlab
|
||||
|
||||
|
||||
Reference in New Issue
Block a user