diff --git a/sndcomp/Dockerfile b/sndcomp/Dockerfile index 066d559..4cdfab4 100644 --- a/sndcomp/Dockerfile +++ b/sndcomp/Dockerfile @@ -13,6 +13,7 @@ COPY entrypoint.sh / COPY client_secrets.json / RUN chmod u+x /getSndcomp.sh && \ chmod u+x /entrypoint.sh && \ + sync && \ /getSndcomp.sh EXPOSE 5000