Actualiser Dockerfile
This commit is contained in:
@@ -22,7 +22,7 @@ RUN touch input/__init__.py \
|
||||
settings/__init__.py
|
||||
|
||||
RUN for f in settings/*.txt ; do \
|
||||
mv $f $f{s/.txt/.py} \
|
||||
mv $f $f{s/.txt/.py} ;\
|
||||
done
|
||||
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user