fix install-deps in makefile
This commit is contained in:
parent
9c052298a3
commit
51f184e546
@ -15,6 +15,6 @@ WORKDIR /app
|
||||
|
||||
COPY bin ./bin
|
||||
COPY package.json package-lock.json pyproject.toml poetry.lock Makefile ./
|
||||
RUN make install-all
|
||||
RUN make install-deps install-all
|
||||
|
||||
COPY . .
|
||||
|
Loading…
Reference in New Issue
Block a user