Skip to content

Commit 1d2c7c0

Browse files
committed
this seems to be confusing?
1 parent dd59897 commit 1d2c7c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN chmod +x /script.sh && \
3939

4040
WORKDIR /workspace
4141

42-
ENTRYPOINT ["/bin/sh", "-c"]
42+
ENTRYPOINT ["/bin/bash", "-c"]
4343
#CMD ["bash"]
4444

4545
RUN date > /DOCKER.BUILD

0 commit comments

Comments
 (0)