Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Expanding which executables are effected
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Sep 19, 2016
1 parent 3027784 commit 40233f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ ADD ./container_files /opt
RUN mkdir /opt/shared \
&& chmod 777 /opt/shared \
&& chmod +x /opt/bin/*.sh \
&& chmod +x /opt/autoexec/bin/*.sh
&& chmod +x /opt/autoexec/bin/*.sh \
&& chmod +x /opt/autoexec/firstrun/*.sh \
&& chmod +x /opt/autoexec/onbuild/*.sh

# Environment variables
ENV ADMIN_NAME "Scott"
Expand Down

0 comments on commit 40233f8

Please sign in to comment.