Skip to content

Commit 7bbcb7c

Browse files
authored
Update Dockerfile
1 parent 3066de2 commit 7bbcb7c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY .nvmrc /usr/src/app/
44
RUN rm /bin/sh && ln -s /bin/bash /bin/sh
55
ENV NVM_DIR /usr/local/nvm
66
RUN mkdir $NVM_DIR
7-
ENV NODE_VERSION=v20.16.0
7+
ENV NODE_VERSION=v20.19.0
88
# Install nvm with node and npm
99
RUN curl https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash \
1010
&& source $NVM_DIR/nvm.sh \
@@ -40,4 +40,4 @@ EXPOSE 9003
4040
ENV HTTP_API_PORT=8000
4141
EXPOSE 8000
4242
ENV NODE_ENV='production'
43-
CMD ["npm","run","start"]
43+
CMD ["npm","run","start"]

0 commit comments

Comments
 (0)