diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..36c4259 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +build_run.sh +publish.sh \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index ff3871f..1f39d96 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,6 +37,7 @@ RUN a2enmod ssl \ RUN mkdir /config COPY entrypoint.sh / +run chmod +x /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"] VOLUME /config