removed unnecessary entrypoint code

This commit is contained in:
2024-06-13 22:48:55 +02:00
parent 3936d1c651
commit 6f9933f332
3 changed files with 4 additions and 4 deletions

View File

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