Skip to content

Commit

Permalink
fix(dev-container):remove node commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibaut-Mouton authored Nov 15, 2024
1 parent be97c4e commit 920cd9d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions backend/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ RUN apt-get update && apt-get install -y curl \
&& rm -rf /var/lib/apt/lists/*

# confirm installation
RUN node -v
RUN npm -v
RUN java --version

ENTRYPOINT ["tail", "-f", "/dev/null"]
ENTRYPOINT ["tail", "-f", "/dev/null"]

0 comments on commit 920cd9d

Please sign in to comment.