Computer scienceBackendFlaskApplication ArchitectureDeploying the application

Production-ready application

Dockerising a flask app.

Report a typo

Set the order of Dockerfile lines for the simple flask application.

Reorder lines using drag or arrows. Adjust indentation with left buttons
                RUN pip install -r requirements.txt
              
                EXPOSE 8080
              
                WORKDIR /app
              
                COPY ./work/flask_1/ /
              
                from python:3.11
              
___

Create a free account to access the full topic