revert dockerfile to just use install-all"

This commit is contained in:
AJ Slater 2024-02-23 19:07:10 -08:00
parent 51f184e546
commit 76691dfb99

View File

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