Hi, Where is the App? > # Copy application code > COPY ./app /opt/app > > # Start the web server (using gunicorn, for example) > CMD ["gunicorn", "--bind", "0.0.0.0:80", "app:app"]