Skip to content

Commit 510fbbd

Browse files
committed
Fixes for some recent unusual changes
Install npm Change paths for webpack
1 parent 3d94fa1 commit 510fbbd

File tree

3 files changed

+299
-275
lines changed

3 files changed

+299
-275
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN pip install --no-cache-dir -r requirements.txt
3333
WORKDIR /code/ccm_web
3434

3535
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \
36-
apt install -y nodejs
36+
apt install -y nodejs npm
3737

3838
WORKDIR /code
3939

0 commit comments

Comments
 (0)