Skip to content

Commit

Permalink
Fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
Benyamin Ginzburg committed Aug 1, 2024
1 parent 36f1e85 commit a493cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN pip install pdm
WORKDIR /home/app
COPY . .
WORKDIR /home/app/israel_transport_api
RUN pipenv install
RUN pdm install
ENV TZ=Asia/Jerusalem
ENV PYTHONPATH=/home/app
ENV DOCKER_MODE=true
Expand Down

0 comments on commit a493cdb

Please sign in to comment.