Skip to content

Commit d0950bf

Browse files
author
Joshua Mayanja
committed
Fixed Entry Point
1 parent 43eb2a7 commit d0950bf

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
@@ -34,4 +34,4 @@ RUN source env/bin/activate
3434

3535
RUN env/bin/python3 -m pip install -r requirements.txt
3636

37-
CMD [ "entry_point.sh" ]
37+
CMD [ "./entry_point.sh" ]

0 commit comments

Comments
 (0)