diff --git a/Dockerfile b/Dockerfile index fecafac..5623ac3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,4 +23,4 @@ RUN chmod +x entrypoint.sh COPY --from=builder /source/build /usr/share/nginx/html -ENTRYPOINT ["./entrypoint.s"] \ No newline at end of file +ENTRYPOINT ["./entrypoint.sh"] \ No newline at end of file