Skip to content

Commit

Permalink
FIX-typo in a Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cwahl-Treeptik committed Oct 14, 2015
1 parent 09cb0a2 commit 89406fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN mkdir -p /cloudunit/appconf/lib-ext
RUN mkdir -p /cloudunit/appconf/scripts

ADD scripts/ /cloudunit/appconf/scripts
RUN chmod +x /cloudunit/appconf/scripts/*/
RUN chmod +x /cloudunit/appconf/scripts/*

LABEL upgrade="commit"

Expand Down

0 comments on commit 89406fd

Please sign in to comment.