Skip to content

Commit

Permalink
fix: docker image path
Browse files Browse the repository at this point in the history
  • Loading branch information
sumeshi committed Nov 14, 2023
1 parent 16f31f8 commit 7f0b1e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM python:3.11-bullseye
WORKDIR /app

# install dependencies
RUN pip install -U pip && pip install poetry
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
context: ./
dockerfile: Dockerfile
volumes:
- .:/app
- .:.
environment:
- ARGUMENTS="-h"
command: ${ARGUMENTS}

0 comments on commit 7f0b1e0

Please sign in to comment.