Skip to content

Commit 8ea44e5

Browse files
author
Nate Todd
committed
Run bash by default so it doesn’t need to be passed in the run command
1 parent dd3d0d4 commit 8ea44e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

video-transcoding/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ RUN gem install video_transcoding -v 0.12.3
1717
# Set work directory
1818
RUN mkdir /data
1919
WORKDIR /data
20+
21+
CMD [ "/bin/bash" ]

0 commit comments

Comments
 (0)