This commit is contained in:
@ -45,7 +45,6 @@ RUN go build -o ./bin/paste ./cmd/paste
|
|||||||
# Install NodeJS
|
# Install NodeJS
|
||||||
RUN apt install curl
|
RUN apt install curl
|
||||||
RUN curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
|
RUN curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
|
||||||
RUN source ~/.bashrc
|
|
||||||
RUN nvm install 20.13.1
|
RUN nvm install 20.13.1
|
||||||
|
|
||||||
# Expose the port that the application listens on
|
# Expose the port that the application listens on
|
||||||
|
Reference in New Issue
Block a user