diff --git a/Dockerfile.dev b/Dockerfile.dev index 9bf7e18b2..0b7de6e87 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -42,7 +42,7 @@ RUN mix do deps.get, deps.compile, compile COPY apps/fz_http/assets/package.json /var/app/apps/fz_http/assets/package.json COPY apps/fz_http/assets/local_modules /var/app/apps/fz_http/assets/local_modules COPY apps/fz_http/assets/yarn.lock /var/app/apps/fz_http/assets/yarn.lock -RUN cd apps/fz_http/asserts && yarn install +RUN cd apps/fz_http/assets && yarn install COPY config /var/app/config COPY apps /var/app/apps