mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui.git
synced 2025-10-29 18:02:31 +00:00
Fix: downgrading node to 14 to resolve node-sass incompatibility
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:16-alpine3.11 AS build
|
||||
FROM node:14-alpine3.11 AS build
|
||||
|
||||
COPY package.json package-lock.json /
|
||||
|
||||
|
||||
Reference in New Issue
Block a user