Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Fix execution privileges for docker-entrypoint.sh
  • Loading branch information
cdgraff authored May 31, 2017
1 parent a807d24 commit 8e4a246
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN cd sm-archiver && npm install && npm run compile:v8
RUN cd sm-archiver && cp -a src/archiver/monitors/v8/* js/src/archiver/monitors/v8/
COPY archiver.json.j2 /config/
COPY docker-entrypoint.sh /
RUN chmod +x /docker-entrypoint.sh

VOLUME "/config"

Expand Down

0 comments on commit 8e4a246

Please sign in to comment.