Sobes.tech
Junior — Senior

Error detection and optimization of Dockerfile pseudocode

livecode

Task condition

This is pseudocode for a Dockerfile. What disadvantages can be identified in its writing and how can it be improved?


FROM {base_image}
pip install ...
mkdir {folder}
s3 sync {folder} # 4gb
run app