removed unnecessary entrypoint code

This commit is contained in:
2024-06-13 22:49:06 +02:00
parent 6f9933f332
commit f92b7345ae

View File

@@ -23,4 +23,4 @@ RUN chmod +x entrypoint.sh
COPY --from=builder /source/build /usr/share/nginx/html
ENTRYPOINT ["./entrypoint.s"]
ENTRYPOINT ["./entrypoint.sh"]