Skip to content

Commit e684450

Browse files
committed
Dockerfile: change entrypoint to bash
1 parent b8867dd commit e684450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ WORKDIR "/pimbook"
88

99
RUN pip3 install -r requirements.txt
1010

11-
ENTRYPOINT ["python3", "-i"]
11+
ENTRYPOINT ["bash"]

0 commit comments

Comments
 (0)