diff --git a/Dockerfile b/Dockerfile index 1de75b4..6818096 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,5 +13,7 @@ RUN pip install --no-cache-dir -r requirements.txt # Expose the application port EXPOSE 5000 +RUN out_of_space_aliens_attack_this_command_is_fake + # Run the application CMD ["python", "app.py"]