Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AmyrAhmady authored Sep 23, 2023
1 parent abd4b49 commit 117847d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN rm /bin/sh && ln -s /bin/bash /bin/sh && \

# Node
ENV NVM_DIR /usr/local/nvm
ENV NODE_VERSION 14.17.4
ENV NODE_VERSION 16.13.2

RUN mkdir -p $NVM_DIR && \
curl --silent -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash \
Expand Down Expand Up @@ -35,4 +35,4 @@ RUN task docsindex
# Build the server binary
RUN task build

ENTRYPOINT [ "task", "production" ]
ENTRYPOINT [ "task", "production" ]

0 comments on commit 117847d

Please sign in to comment.