We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3066de2 commit 7bbcb7cCopy full SHA for 7bbcb7c
1 file changed
Dockerfile
@@ -4,7 +4,7 @@ COPY .nvmrc /usr/src/app/
4
RUN rm /bin/sh && ln -s /bin/bash /bin/sh
5
ENV NVM_DIR /usr/local/nvm
6
RUN mkdir $NVM_DIR
7
-ENV NODE_VERSION=v20.16.0
+ENV NODE_VERSION=v20.19.0
8
# Install nvm with node and npm
9
RUN curl https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash \
10
&& source $NVM_DIR/nvm.sh \
@@ -40,4 +40,4 @@ EXPOSE 9003
40
ENV HTTP_API_PORT=8000
41
EXPOSE 8000
42
ENV NODE_ENV='production'
43
-CMD ["npm","run","start"]
+CMD ["npm","run","start"]
0 commit comments