Skip to content

Commit

Permalink
Updated Dockerfile and Docker Compose
Browse files Browse the repository at this point in the history
  • Loading branch information
arulkumar committed Jul 1, 2022
1 parent 89cdfcc commit 8fe6eb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ COPY ./ /usr/src/

WORKDIR /usr/src

CMD [ "/main.py"]
CMD ["python", "main.py"]
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: "3"
services:
devops-python-demo:
# build: .
image: ghcr.io/aditiio/devops-python-demo:latest
image: ghcr.io/arulkumar/devops-python-demo:latest
container_name: devops-python-demo
restart: always
environment:
Expand Down

0 comments on commit 8fe6eb4

Please sign in to comment.