revert dockerfile to just use install-all"
This commit is contained in:
parent
51f184e546
commit
76691dfb99
@ -15,6 +15,6 @@ WORKDIR /app
|
||||
|
||||
COPY bin ./bin
|
||||
COPY package.json package-lock.json pyproject.toml poetry.lock Makefile ./
|
||||
RUN make install-deps install-all
|
||||
RUN make install-all
|
||||
|
||||
COPY . .
|
||||
|
Loading…
Reference in New Issue
Block a user