Skip to content

Commit

Permalink
make scrpt executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Rene Pietzsch committed Sep 24, 2015
1 parent 6e0c071 commit 89a887c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ RUN mvn package
WORKDIR /FOX/release
RUN cp fox.properties-dist fox.properties
ADD learn-and-run-fox.sh /FOX/release/learn-and-run-fox.sh
RUN chmod +x /FOX/release/learn-and-run-fox.sh

CMD ./learn-and-run-fox.sh
CMD /FOX/release/learn-and-run-fox.sh

EXPOSE 4444
Empty file modified learn-and-run-fox.sh
100644 → 100755
Empty file.

0 comments on commit 89a887c

Please sign in to comment.