Skip to content

Commit adc49cd

Browse files
committed
Clean up old commented code
1 parent f392b52 commit adc49cd

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

.nvmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@ RUN apt-get install -y --no-install-recommends \
4848
RUN curl -fsSL https://deb.nodesource.com/setup_24.x | bash - \
4949
&& apt-get install -y --no-install-recommends nodejs
5050

51-
# # Add Yarn package repository, update package list, & install Yarn
52-
# RUN curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | tee /usr/share/keyrings/yarnkey.gpg >/dev/null \
53-
# && echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian stable main" | tee /etc/apt/sources.list.d/yarn.list \
54-
# && apt-get update -qq \
55-
# && apt-get install -y --no-install-recommends yarn
56-
5751
# Use Yarn via Corepack to avoids using reops and GPG keys
5852
RUN corepack enable \
5953
&& corepack prepare yarn@stable --activate \

0 commit comments

Comments
 (0)