Skip to content
  • Andreas Ellewsen's avatar
    22123c8c
    Stop copying node_modules into frontend image · 22123c8c
    Andreas Ellewsen authored
    By not having a .dockerignore file we are including the node_modules
    directory in the frontend image, and then installing all the packages a
    second time in the build phase when we run npm ci. We now let npm ci do
    that work as it's supposed to.
    22123c8c
    Stop copying node_modules into frontend image
    Andreas Ellewsen authored
    By not having a .dockerignore file we are including the node_modules
    directory in the frontend image, and then installing all the packages a
    second time in the build phase when we run npm ci. We now let npm ci do
    that work as it's supposed to.
Loading