setup timer for create database.
This commit is contained in:
11
loader/Dockerfile
Normal file
11
loader/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
# Setup the loader
|
||||
FROM python:3.12 AS loader
|
||||
COPY . /loader
|
||||
WORKDIR /loader
|
||||
RUN python -m pip install --upgrade pip
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
ENV REPLAY_TIME=0
|
||||
|
||||
|
||||
CMD ["sh", "-c", "python3 createrushdatabase.py -r $REPLAY_TIME"]
|
||||
Reference in New Issue
Block a user