Skip to content

Commit

Permalink
Use bash instead of sh (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
nazywam committed Dec 28, 2023
1 parent 30d4222 commit 77e3229
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM python:3.9
FROM python:3.10
SHELL ["/bin/bash", "-c"]

WORKDIR /app/service
COPY ./requirements.txt ./requirements.txt
Expand Down

0 comments on commit 77e3229

Please sign in to comment.