You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added Dockerfile (Dockerfile defines an application’s image content via one or more build commands that configure that image), docker-compose.yml (which describes the services that make up this simple application) and requirements.txt (used by the RUN pip install -r requirements.txt command in the Dockerfile). Follow the instructions in the readme to setup and use Docker Compose to run this base Django/PostgreSQL application.
0 commit comments