# workaround to fix the missing binding issue for node-sass
RUN npm rebuild node-sass
# TODO: for some reason, this does not persist?!?!??!
RUN ionic cordova build browser --prod--release--max-old-space-size=4096
# TODO: cordova uses a fixed path starting at root (i.e. korpling.org/ instead of korpling.org/mc/). How do we deal with this to give it access to the config.xml file? Change the production server's NGINX config?
#COPY platforms/browser/config.xml www/config.xml
# RUN ionic cordova build browser --prod --release --max-old-space-size=4096