diff --git a/bots/dockerfile b/bots/dockerfile index 08c5489c..30aa5d66 100644 --- a/bots/dockerfile +++ b/bots/dockerfile @@ -1,4 +1,4 @@ -FROM node:16 AS builder +FROM node:20 AS builder WORKDIR /usr/src/app COPY package*.json ./ @@ -12,4 +12,5 @@ EXPOSE 5001 RUN ["chmod", "+x", "./entrypoint.sh"] -ENTRYPOINT [ "./entrypoint.sh" ] \ No newline at end of file +ENTRYPOINT [ "./entrypoint.sh" ] +