Skip to content

Commit

Permalink
Merge pull request #56 from koterpillar/fix-executable-permission
Browse files Browse the repository at this point in the history
Add execute permission to executable in Docker
  • Loading branch information
koterpillar committed Mar 22, 2024
2 parents b321641 + b91b55c commit 2bdece1
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 @@ -4,6 +4,7 @@ ADD install-deps /
RUN /install-deps

ADD multiblog /bin
RUN chmod +x /bin/multiblog

RUN mkdir /content
WORKDIR /content
Expand Down

0 comments on commit 2bdece1

Please sign in to comment.