forked from tomc/hellodocker
Intentional crash: broken Dockerfile
This commit is contained in:
@@ -13,5 +13,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|||||||
# Expose the application port
|
# Expose the application port
|
||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
|
|
||||||
|
RUN out_of_space_aliens_attack_this_command_is_fake
|
||||||
|
|
||||||
# Run the application
|
# Run the application
|
||||||
CMD ["python", "app.py"]
|
CMD ["python", "app.py"]
|
||||||
|
|||||||
Reference in New Issue
Block a user