Skip to content

Commit

Permalink
enable executable script
Browse files Browse the repository at this point in the history
  • Loading branch information
trexx committed Dec 15, 2023
1 parent 76d23f5 commit 8b377d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ RUN mkdir -p /var/lib/nfs/rpc_pipefs
EXPOSE 2049

COPY ./entrypoint.sh /usr/local/bin/entrypoint.sh
RUN chmod +x /usr/local/bin/entrypoint.sh

CMD ["/usr/local/bin/entrypoint.sh"]

0 comments on commit 8b377d6

Please sign in to comment.