Add entrypoint

This commit is contained in:
Layla 2020-10-04 18:16:33 -04:00
parent 10571c76ff
commit 9afc898b63

View File

@ -10,5 +10,5 @@ LABEL maintainer="Joseph Manley <joseph@cloudsumu.com>"
USER root
ADD entrypoint.sh /entrypoint.sh
RUN chmod +x entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]