Fix asserts -> assets typo (#1259)

This commit is contained in:
Jamil
2022-12-31 19:45:27 -06:00
committed by GitHub
parent 56ec179a83
commit ecac23e19a

View File

@@ -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