Skip to content

[#19] Fix web-portal Dockerfile

Caetan Tojeiro Carpente requested to merge fix_dockerfile into master

Created a Makefile with all the commands. As I mentioned in the #19 (closed)

There are some problems trying to do it in this way. First of all, Docker has problems with native modules in the Node's Alpine version, in this case in particular with node-sass. Ref1 Ref2. Also, I can't find the way to use the build folder generated with RUN npm build in the Dockerfile since it's an intermediate container and it's removed. I think I will opt for a Makefile to keep it clear.

closes #19 (closed)

Merge request reports