mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 01:31:39 -05:00
Merge branch 'dev'
This commit is contained in:
commit
eaf66c8bbd
1 changed files with 3 additions and 3 deletions
|
|
@ -30,9 +30,9 @@ RUN apt-get update -qq \
|
||||||
&& mkdir -p $APP_PATH \
|
&& mkdir -p $APP_PATH \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Install Node.js LTS for production/staging
|
# Install Node.js from Debian repositories (supports all architectures including armv7)
|
||||||
RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - \
|
RUN apt-get update -qq \
|
||||||
&& apt-get install -y nodejs \
|
&& apt-get install -y nodejs npm \
|
||||||
&& npm install -g yarn \
|
&& npm install -g yarn \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue