Skip to content

Commit

Permalink
fix non-zero return value
Browse files Browse the repository at this point in the history
  • Loading branch information
fungs committed Jan 19, 2015
1 parent b6bb020 commit e36ecf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN mkdir /dckr/cache
RUN id $DCKR_USER || useradd -N -g nogroup $DCKR_USER

# cleanup all temporary data
RUN rm -rf /tmp/* /var/tmp/*; test -d "$TMPDIR" && rm -rf "$TMPDIR"/*
RUN rm -rf /tmp/* /var/tmp/*; test -d "$TMPDIR" && rm -rf "$TMPDIR"/* || set ?=0

# default process on container startup
ENTRYPOINT ["/dckr/bin/run"]

0 comments on commit e36ecf6

Please sign in to comment.