diff --git a/Dockerfile b/Dockerfile index 3efb628..fe95074 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,5 +10,9 @@ EXPOSE 4000/tcp # Entry point COPY entrypoint.sh /entrypoint.sh +COPY ./ / + RUN chmod +x /entrypoint.sh +RUN chmod +w / + ENTRYPOINT ["/entrypoint.sh"]