Skip to content

Commit

Permalink
ensure run_simka.sh has exec permission
Browse files Browse the repository at this point in the history
  • Loading branch information
genscale-admin committed Jun 29, 2017
1 parent 13e014e commit d5cab3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile
Expand Up @@ -134,6 +134,9 @@ RUN cd /opt \

COPY run_simka.sh /opt/simka

# Fix: ensure script has exec permission
RUN chmod +x /opt/simka/run_simka.sh

# ###
# Start simka.
#
Expand Down

0 comments on commit d5cab3d

Please sign in to comment.