fix: update Dockerfile to use /bin/sh for entrypoint execution
This commit is contained in:
@@ -79,5 +79,5 @@ ARG PORT=3000
|
||||
ENV PORT=${PORT}
|
||||
EXPOSE ${PORT}
|
||||
|
||||
CMD ["./entrypoint.sh"]
|
||||
CMD ["/bin/sh", "./entrypoint.sh"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user