iporaitech / pwr2-docker

ARCHIVED: Docker image based on Ubuntu with Elixir and Phoenix Framework integrated with Webpack+Relay+React
MIT License
20 stars 6 forks source link

Adjust Dockerfile for umbrella project #53

Closed hisapy closed 7 years ago

hisapy commented 8 years ago

Now that we're switching to an umbrella app, we need to do some adjustments on the Dockerfile. For the moment I can think of:

  1. Symlink to node_modules reachable by webpack.config.js (I had to put in the same dir actually)
  2. Perhaps we should redefine $APP_HOME to just /home/app. That way we'd avoid having webapp/apps/webapp which is a little bit confusing
hisapy commented 7 years ago

https://github.com/iporaitech/pwr2-docker/commit/6a31c56a499d96da9e43332bd05c077910658f6f refs to this issue