Skip to content

Commit

Permalink
Make entrypoint and wrapper executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Höppner committed Sep 18, 2022
1 parent 80428f5 commit 3f01cfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ RUN set -eux; \
EXPOSE 2323 2424 8383

# and finalize
#COPY ./entrypoint.sh ./shng_wrapper.sh /
COPY * /
COPY ./entrypoint.sh ./shng_wrapper.sh /
RUN chmod +x ./entrypoint.sh; chmod +x ./shng_wrapper.sh
ENTRYPOINT ["/entrypoint.sh"]
CMD ["--foreground"]

0 comments on commit 3f01cfe

Please sign in to comment.