Skip to content

Commit

Permalink
Indentation issue
Browse files Browse the repository at this point in the history
- Indentation issue fixed
- Corrected indentation issue
  • Loading branch information
ojusharma authored Mar 29, 2024
1 parent 53a0538 commit 1497286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Django/communicado/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ version: '3.8'

services:
web:
container_name: communicado_container
build:
container_name: communicado_container
context: ./
dockerfile: ./Dockerfile
command: python manage.py runserver 0.0.0.0:8000
Expand Down

0 comments on commit 1497286

Please sign in to comment.