Skip to content

Commit

Permalink
hotfix: dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
w1tnessbtwwwww committed Dec 16, 2024
1 parent e5414ae commit c7a6a5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ dev:
poetry run python main.py

deploy:
docker-compose -f docker/docker-compose.yml up --build -d
docker-compose -f docker/docker-compose.yml --project-directory . up --build -d
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ services:
container_name: quote_gen
build:
context: .
dockerfile: Dockerfile
dockerfile: docker/Dockerfile
restart: always
command: ["poetry", "run", "python", "main.py"]

0 comments on commit c7a6a5f

Please sign in to comment.