diff --git a/Dockerfile b/Dockerfile index 724b3de..12f26c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -97,4 +97,6 @@ RUN chmod u+x /usr/local/bin/wait-for-it /etc/s6-overlay/scripts/initializer && VOLUME [ "/config" ] # Set entrypoint to S6-Overlay -ENTRYPOINT [ "/init" ] \ No newline at end of file +ENTRYPOINT [ "/init" ] + +#Testing with dockerfile \ No newline at end of file