aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-05-18 05:16:25 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-05-18 05:30:14 +0530
commit2aefc2b40dfd2aa109e386f9f8e293ac7321f5c5 (patch)
treeac7206e6208c04c64c70e20fca03c3dcd9371d5e /Dockerfile
parentReverting gDrive link in README (might cause a security issue). [skip ci] (diff)
downloadferdium-app-2aefc2b40dfd2aa109e386f9f8e293ac7321f5c5.tar.gz
ferdium-app-2aefc2b40dfd2aa109e386f9f8e293ac7321f5c5.tar.zst
ferdium-app-2aefc2b40dfd2aa109e386f9f8e293ac7321f5c5.zip
Removed uninstall of 'node-sass' from nightly travis build - since it was causing incorrect commit into branch
Updated Dockerfile for the same cmd
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 881332c19..7c25776e4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,7 +14,7 @@ COPY lerna.json ./
14# Note: This is being set to bypass the error with missing git repo information for the 'preval-build-info' module 14# Note: This is being set to bypass the error with missing git repo information for the 'preval-build-info' module
15ENV PREVAL_BUILD_INFO_PLACEHOLDERS=true 15ENV PREVAL_BUILD_INFO_PLACEHOLDERS=true
16 16
17RUN npm i node-gyp@8.0.0 node-sass@5.0.0 \ 17RUN npm i node-gyp@8.0.0 \
18 && npx lerna bootstrap 18 && npx lerna bootstrap
19 19
20COPY . . 20COPY . .