Skip to content

Commit

Permalink
Fix node-sass install
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jul 27, 2018
1 parent 6471c33 commit 92551c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.mako
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ COPY geoportal /opt/c2cgeoportal_geoportal
COPY admin /opt/c2cgeoportal_admin

RUN \
(cd /opt/c2cgeoportal_admin/; npm install --no-optional `cat npm-packages`) && \
(cd /opt/c2cgeoportal_admin/; npm install --no-optional --unsafe-perm `cat npm-packages`) && \
npm cache clear && \
chmod go+r -R /opt/c2cgeoportal_commons /opt/c2cgeoportal_geoportal /opt/c2cgeoportal_admin && \
ln -s /opt/c2cgeoportal_commons/c2cgeoportal_commons/alembic /opt && \
Expand Down

0 comments on commit 92551c7

Please sign in to comment.