Skip to content

Commit 7e91383

Browse files
committed
Dockerfile: update SHELL env var & entrypoint
1 parent ed2183e commit 7e91383

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM ubuntu:14.04
22
MAINTAINER BehanceRE <qa-behance@adobe.com>
33

4+
ENV SHELL /bin/bash
45
VOLUME ["/data"]
56
WORKDIR "/data"
67

@@ -13,4 +14,5 @@ RUN sudo pip install awscli
1314

1415
ADD download-s3-files /opt/behance/download-s3-files
1516

16-
ENTRYPOINT /opt/behance/download-s3-files
17+
ENTRYPOINT ["/bin/bash", "/opt/behance/download-s3-files"]
18+
CMD []

0 commit comments

Comments
 (0)