e
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0) (push) Failing after 8s

This commit is contained in:
Lee
2024-07-12 19:57:06 +01:00
parent 08e5d959ab
commit c4b30e7052

View File

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